Html Css Color HEX #D0EEAA Reef

📋 copy color: '#D0EEAA'

red 208 ◦ green 238 ◦ blue 170

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

Shades of Reef #D0EEAA

Tints of Reef #D0EEAA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 38.64%

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

R = 33.77%
G = 38.64%
B = 27.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#D0EEAA (or 0xD0EEAA) is known color: Reef. HEX triplet: D0, EE and AA. RGB value is (208,238,170). Sum of RGB (Red+Green+Blue) = 208+238+170=616 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.77% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 170 (66.80% from 255 or 27.60% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEAA is #2F1155. Grayscale: #DDDDDD. Windows color (decimal): -3084630 or 11202256. OLE color: 11202256.

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

Color convert

RGB 208 238 170 -
CMYK 0.13 0 0.29 0.07
HSL 86.47º 0.67% 0.8% -
HSV(B) 86.47º 0.29% 0.93% -
XYZ 63.84 77.46 49.62 -
YUV 221.28 99.06 118.53 -
System Red Green Blue C M Y K H S L
Decimal 208 238 170 0.13 0 0.29 0.07 86.47 0.67 0.8
Hex D0 EE AA D 0 1D 7 56 43 50
Octal 320 356 252 15 0 35 7 126 103 120
Binary 11010000 11101110 10101010 1101 0 11101 111 1010110 1000011 1010000

Color Harmonies of #D0EEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEAA

Black with #D0EEAA

Text Example


Text Example

White with #D0EEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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