Html Css Color HEX #D0DEAA Reef

📋 copy color: '#D0DEAA'

red 208 ◦ green 222 ◦ blue 170

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

Shades of Reef #D0DEAA

Tints of Reef #D0DEAA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37%

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

R = 34.67%
G = 37%
B = 28.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#D0DEAA (or 0xD0DEAA) is known color: Reef. HEX triplet: D0, DE and AA. RGB value is (208,222,170). Sum of RGB (Red+Green+Blue) = 208+222+170=600 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.67% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 170 (66.80% from 255 or 28.33% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DEAA is #2F2155. Grayscale: #D4D4D4. Windows color (decimal): -3088726 or 11198160. OLE color: 11198160.

HSL color Cylindrical-coordinate representation of color #D0DEAA: hue angle of 76.15º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D0DEAA is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 222 170 -
CMYK 0.06 0 0.23 0.13
HSL 76.15º 0.44% 0.77% -
HSV(B) 76.15º 0.23% 0.87% -
XYZ 59.39 68.55 48.13 -
YUV 211.89 104.36 125.23 -
System Red Green Blue C M Y K H S L
Decimal 208 222 170 0.06 0 0.23 0.13 76.15 0.44 0.77
Hex D0 DE AA 6 0 17 D 4C 2C 4D
Octal 320 336 252 6 0 27 15 114 54 115
Binary 11010000 11011110 10101010 110 0 10111 1101 1001100 101100 1001101

Color Harmonies of #D0DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DEAA

Black with #D0DEAA

Text Example


Text Example

White with #D0DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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