Html Css Color HEX #DAECB2 Reef

📋 copy color: '#DAECB2'

red 218 ◦ green 236 ◦ blue 178

#DAECB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DAECB2

Tints of Reef #DAECB2

RGB

 RED value IS 218 (85.55% from 255) = 34.49%

 GREEN value IS 236 (92.58% from 255) = 37.34%

 BLUE value IS 178 (69.92% from 255) = 28.16%

R = 34.49%
G = 37.34%
B = 28.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#DAECB2 (or 0xDAECB2) is known color: Reef. HEX triplet: DA, EC and B2. RGB value is (218,236,178). Sum of RGB (Red+Green+Blue) = 218+236+178=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 178 (69.92% from 255 or 28.16% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECB2 is #25134D. Grayscale: #E0E0E0. Windows color (decimal): -2429774 or 11726042. OLE color: 11726042.

HSL color Cylindrical-coordinate representation of color #DAECB2: hue angle of 78.62º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAECB2 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 236 178 -
CMYK 0.08 0 0.25 0.07
HSL 78.62º 0.6% 0.81% -
HSV(B) 78.62º 0.25% 0.93% -
XYZ 66.94 78.11 53.67 -
YUV 224.01 102.04 123.72 -
System Red Green Blue C M Y K H S L
Decimal 218 236 178 0.08 0 0.25 0.07 78.62 0.6 0.81
Hex DA EC B2 8 0 19 7 4F 3C 51
Octal 332 354 262 10 0 31 7 117 74 121
Binary 11011010 11101100 10110010 1000 0 11001 111 1001111 111100 1010001

Color Harmonies of #DAECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECB2

Black with #DAECB2

Text Example


Text Example

White with #DAECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECB2; }

 p { color: rgb(218,236,178); }

 H1.HeaderClassName
 {
   color: #DAECB2;
 }
 .AnyTagClassName
 {
   color: #DAECB2;
 }
</style>

background-color css

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

 a { background-color: rgb(218,236,178); }

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

border-color css

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

 span { border-color: rgb(218,236,178); }

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