Html Css Color HEX #D0EEAD Reef

📋 copy color: '#D0EEAD'

red 208 ◦ green 238 ◦ blue 173

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

Shades of Reef #D0EEAD

Tints of Reef #D0EEAD

RGB

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

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

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

R = 33.6%
G = 38.45%
B = 27.95%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D0EEAD (or 0xD0EEAD) is known color: Reef. HEX triplet: D0, EE and AD. RGB value is (208,238,173). Sum of RGB (Red+Green+Blue) = 208+238+173=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEAD is #2F1152. Grayscale: #DDDDDD. Windows color (decimal): -3084627 or 11398864. OLE color: 11398864.

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

Color convert

RGB 208 238 173 -
CMYK 0.13 0 0.27 0.07
HSL 87.69º 0.66% 0.81% -
HSV(B) 87.69º 0.27% 0.93% -
XYZ 64.13 77.58 51.13 -
YUV 221.62 100.56 118.29 -
System Red Green Blue C M Y K H S L
Decimal 208 238 173 0.13 0 0.27 0.07 87.69 0.66 0.81
Hex D0 EE AD D 0 1B 7 58 42 51
Octal 320 356 255 15 0 33 7 130 102 121
Binary 11010000 11101110 10101101 1101 0 11011 111 1011000 1000010 1010001

Color Harmonies of #D0EEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EEAD

Black with #D0EEAD

Text Example


Text Example

White with #D0EEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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