Html Css Color HEX #D0E9AB Reef

📋 copy color: '#D0E9AB'

red 208 ◦ green 233 ◦ blue 171

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

Shades of Reef #D0E9AB

Tints of Reef #D0E9AB

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.07%

 BLUE value IS 171 (67.19% from 255) = 27.94%

R = 33.99%
G = 38.07%
B = 27.94%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#D0E9AB (or 0xD0E9AB) is known color: Reef. HEX triplet: D0, E9 and AB. RGB value is (208,233,171). Sum of RGB (Red+Green+Blue) = 208+233+171=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 233 (91.41% from 255 or 38.07% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E9AB is #2F1654. Grayscale: #DADADA. Windows color (decimal): -3085909 or 11266512. OLE color: 11266512.

HSL color Cylindrical-coordinate representation of color #D0E9AB: hue angle of 84.19º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0E9AB is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 233 171 -
CMYK 0.11 0 0.27 0.09
HSL 84.19º 0.58% 0.79% -
HSV(B) 84.19º 0.27% 0.91% -
XYZ 62.5 74.63 49.64 -
YUV 218.46 101.22 120.54 -
System Red Green Blue C M Y K H S L
Decimal 208 233 171 0.11 0 0.27 0.09 84.19 0.58 0.79
Hex D0 E9 AB B 0 1B 9 54 3A 4F
Octal 320 351 253 13 0 33 11 124 72 117
Binary 11010000 11101001 10101011 1011 0 11011 1001 1010100 111010 1001111

Color Harmonies of #D0E9AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E9AB

Black with #D0E9AB

Text Example


Text Example

White with #D0E9AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E9AB; }

 p { color: rgb(208,233,171); }

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

background-color css

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

 a { background-color: rgb(208,233,171); }

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

border-color css

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

 span { border-color: rgb(208,233,171); }

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