Html Css Color HEX #D0ECAA Reef

📋 copy color: '#D0ECAA'

red 208 ◦ green 236 ◦ blue 170

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

Shades of Reef #D0ECAA

Tints of Reef #D0ECAA

RGB

 RED value IS 208 (81.64% from 255) = 33.88%

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

 BLUE value IS 170 (66.8% from 255) = 27.69%

R = 33.88%
G = 38.44%
B = 27.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#D0ECAA (or 0xD0ECAA) is known color: Reef. HEX triplet: D0, EC and AA. RGB value is (208,236,170). Sum of RGB (Red+Green+Blue) = 208+236+170=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 236 (92.58% from 255 or 38.44% from 614); Blue value is 170 (66.80% from 255 or 27.69% from 614); Max value from RGB is 236 - color contains mainly: green. Hex color #D0ECAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0ECAA is #2F1355. Grayscale: #DCDCDC. Windows color (decimal): -3085142 or 11201744. OLE color: 11201744.

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

Color convert

RGB 208 236 170 -
CMYK 0.12 0 0.28 0.07
HSL 85.45º 0.63% 0.8% -
HSV(B) 85.45º 0.28% 0.93% -
XYZ 63.26 76.3 49.42 -
YUV 220.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 208 236 170 0.12 0 0.28 0.07 85.45 0.63 0.8
Hex D0 EC AA C 0 1C 7 55 3F 50
Octal 320 354 252 14 0 34 7 125 77 120
Binary 11010000 11101100 10101010 1100 0 11100 111 1010101 111111 1010000

Color Harmonies of #D0ECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ECAA

Black with #D0ECAA

Text Example


Text Example

White with #D0ECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ECAA; }

 p { color: rgb(208,236,170); }

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

background-color css

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

 a { background-color: rgb(208,236,170); }

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

border-color css

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

 span { border-color: rgb(208,236,170); }

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