Html Css Color HEX #DAECAD Reef

📋 copy color: '#DAECAD'

red 218 ◦ green 236 ◦ blue 173

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

Shades of Reef #DAECAD

Tints of Reef #DAECAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.59%

R = 34.77%
G = 37.64%
B = 27.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#DAECAD (or 0xDAECAD) is known color: Reef. HEX triplet: DA, EC and AD. RGB value is (218,236,173). Sum of RGB (Red+Green+Blue) = 218+236+173=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 236 (92.58% from 255 or 37.64% from 627); Blue value is 173 (67.97% from 255 or 27.59% from 627); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAECAD is #251352. Grayscale: #DFDFDF. Windows color (decimal): -2429779 or 11398362. OLE color: 11398362.

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

Color convert

RGB 218 236 173 -
CMYK 0.08 0 0.27 0.07
HSL 77.14º 0.62% 0.8% -
HSV(B) 77.14º 0.27% 0.93% -
XYZ 66.45 77.91 51.07 -
YUV 223.44 99.54 124.12 -
System Red Green Blue C M Y K H S L
Decimal 218 236 173 0.08 0 0.27 0.07 77.14 0.62 0.8
Hex DA EC AD 8 0 1B 7 4D 3E 50
Octal 332 354 255 10 0 33 7 115 76 120
Binary 11011010 11101100 10101101 1000 0 11011 111 1001101 111110 1010000

Color Harmonies of #DAECAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAECAD

Black with #DAECAD

Text Example


Text Example

White with #DAECAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAECAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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