Html Css Color HEX #D2EEAB Reef

📋 copy color: '#D2EEAB'

red 210 ◦ green 238 ◦ blue 171

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

Shades of Reef #D2EEAB

Tints of Reef #D2EEAB

RGB

 RED value IS 210 (82.42% from 255) = 33.93%

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

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

R = 33.93%
G = 38.45%
B = 27.63%

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

#D2EEAB (or 0xD2EEAB) is known color: Reef. HEX triplet: D2, EE and AB. RGB value is (210,238,171). Sum of RGB (Red+Green+Blue) = 210+238+171=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 171 (67.19% from 255 or 27.63% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEAB is #2D1154. Grayscale: #DEDEDE. Windows color (decimal): -2953557 or 11267794. OLE color: 11267794.

HSL color Cylindrical-coordinate representation of color #D2EEAB: hue angle of 85.07º degrees, saturation: 0.66, 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 #D2EEAB is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 238 171 -
CMYK 0.12 0 0.28 0.07
HSL 85.07º 0.66% 0.8% -
HSV(B) 85.07º 0.28% 0.93% -
XYZ 64.5 77.79 50.14 -
YUV 221.99 99.22 119.45 -
System Red Green Blue C M Y K H S L
Decimal 210 238 171 0.12 0 0.28 0.07 85.07 0.66 0.8
Hex D2 EE AB C 0 1C 7 55 42 50
Octal 322 356 253 14 0 34 7 125 102 120
Binary 11010010 11101110 10101011 1100 0 11100 111 1010101 1000010 1010000

Color Harmonies of #D2EEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EEAB

Black with #D2EEAB

Text Example


Text Example

White with #D2EEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EEAB; }

 p { color: rgb(210,238,171); }

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

background-color css

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

 a { background-color: rgb(210,238,171); }

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

border-color css

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

 span { border-color: rgb(210,238,171); }

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