Html Css Color HEX #DAECB0 Reef

📋 copy color: '#DAECB0'

red 218 ◦ green 236 ◦ blue 176

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

Shades of Reef #DAECB0

Tints of Reef #DAECB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.94%

R = 34.6%
G = 37.46%
B = 27.94%

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

#DAECB0 (or 0xDAECB0) is known color: Reef. HEX triplet: DA, EC and B0. RGB value is (218,236,176). Sum of RGB (Red+Green+Blue) = 218+236+176=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 176 (69.14% from 255 or 27.94% from 630); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECB0 is #25134F. Grayscale: #E0E0E0. Windows color (decimal): -2429776 or 11594970. OLE color: 11594970.

HSL color Cylindrical-coordinate representation of color #DAECB0: hue angle of 78º degrees, saturation: 0.61, 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 #DAECB0 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 236 176 -
CMYK 0.08 0 0.25 0.07
HSL 78º 0.61% 0.81% -
HSV(B) 78º 0.25% 0.93% -
XYZ 66.75 78.03 52.62 -
YUV 223.78 101.04 123.88 -
System Red Green Blue C M Y K H S L
Decimal 218 236 176 0.08 0 0.25 0.07 78 0.61 0.81
Hex DA EC B0 8 0 19 7 4E 3D 51
Octal 332 354 260 10 0 31 7 116 75 121
Binary 11011010 11101100 10110000 1000 0 11001 111 1001110 111101 1010001

Color Harmonies of #DAECB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECB0

Black with #DAECB0

Text Example


Text Example

White with #DAECB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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