#DAEBA7

Color #DAEBA7 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #DAEBA7

Tints of Reef #DAEBA7

Color information

#DAEBA7 (or 0xDAEBA7) is unknown color: approx Reef. HEX triplet: DA, EB and A7. RGB value is (218,235,167). Sum of RGB (Red+Green+Blue) = 218+235+167=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 167 (65.62% from 255 or 26.94% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEBA7 is #251458. Grayscale: #DEDEDE. Windows color (decimal): -2430041 or 11004890. OLE color: 11004890.

HSL color Cylindrical-coordinate representation of color #DAEBA7: hue angle of 75º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAEBA7 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB218235167-
CMYK0.0700.290.08
HSL75º62.96%78.82%-
HSV(B)75º28.94%92.16%-
XYZ65.677.1147.99-
YUV222.1796.87125.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 167 (65.62% from 255) = 26.94%
R=35.16%
G=37.90%
B=26.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351670.0700.290.087562.9678.82
HexDAEBA7701D84b3f4f
Octal33235324770351011377117
Binary110110101110101110100111111011101100010010111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEBA7; }

 p { color: rgb(218,235,167); }

 H1.HeaderClassName
 {
   color: #DAEBA7;
 }
 .AnyTagClassName
 {
   color: #DAEBA7;
 }
</style>
background-color css

<style>
 a { background-color: #DAEBA7; }

 a { background-color: rgb(218,235,167); }

 div.DivClassName
 {
   background-color: #DAEBA7;
 }
 .BgClassName
 {
   background-color: #DAEBA7;
 }
</style>
border-color css

<style>
 span { border-color: #DAEBA7; }

 span { border-color: rgb(218,235,167); }

 td.TdClassName
 {
   border-color: #DAEBA7;
 }
 .TagClassName
 {
   border-color: #DAEBA7;
 }
</style>