Html Css Color HEX #D2E8AB Reef

📋 copy color: '#D2E8AB'

red 210 ◦ green 232 ◦ blue 171

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

Shades of Reef #D2E8AB

Tints of Reef #D2E8AB

RGB

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

 GREEN value IS 232 (91.02% from 255) = 37.85%

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

R = 34.26%
G = 37.85%
B = 27.9%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#D2E8AB (or 0xD2E8AB) is known color: Reef. HEX triplet: D2, E8 and AB. RGB value is (210,232,171). Sum of RGB (Red+Green+Blue) = 210+232+171=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 232 (91.02% from 255 or 37.85% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 232 - color contains mainly: green. Hex color #D2E8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E8AB is #2D1754. Grayscale: #DADADA. Windows color (decimal): -2955093 or 11266258. OLE color: 11266258.

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

Color convert

RGB 210 232 171 -
CMYK 0.09 0 0.26 0.09
HSL 81.64º 0.57% 0.79% -
HSV(B) 81.64º 0.26% 0.91% -
XYZ 62.79 74.36 49.57 -
YUV 218.47 101.21 121.96 -
System Red Green Blue C M Y K H S L
Decimal 210 232 171 0.09 0 0.26 0.09 81.64 0.57 0.79
Hex D2 E8 AB 9 0 1A 9 52 39 4F
Octal 322 350 253 11 0 32 11 122 71 117
Binary 11010010 11101000 10101011 1001 0 11010 1001 1010010 111001 1001111

Color Harmonies of #D2E8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E8AB

Black with #D2E8AB

Text Example


Text Example

White with #D2E8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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