Html Css Color HEX #D2E5AD Reef

📋 copy color: '#D2E5AD'

red 210 ◦ green 229 ◦ blue 173

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

Shades of Reef #D2E5AD

Tints of Reef #D2E5AD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

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

R = 34.31%
G = 37.42%
B = 28.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.24

 K value IS 0.10

RGB Variations

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

Color information

#D2E5AD (or 0xD2E5AD) is known color: Reef. HEX triplet: D2, E5 and AD. RGB value is (210,229,173). Sum of RGB (Red+Green+Blue) = 210+229+173=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 173 (67.97% from 255 or 28.27% from 612); Max value from RGB is 229 - color contains mainly: green. Hex color #D2E5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2E5AD is #2D1A52. Grayscale: #D9D9D9. Windows color (decimal): -2955859 or 11396562. OLE color: 11396562.

HSL color Cylindrical-coordinate representation of color #D2E5AD: hue angle of 80.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2E5AD is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 229 173 -
CMYK 0.08 0 0.24 0.10
HSL 80.36º 0.52% 0.79% -
HSV(B) 80.36º 0.24% 0.9% -
XYZ 62.14 72.76 50.3 -
YUV 216.94 103.21 123.05 -
System Red Green Blue C M Y K H S L
Decimal 210 229 173 0.08 0 0.24 0.10 80.36 0.52 0.79
Hex D2 E5 AD 8 0 18 A 50 34 4F
Octal 322 345 255 10 0 30 12 120 64 117
Binary 11010010 11100101 10101101 1000 0 11000 1010 1010000 110100 1001111

Color Harmonies of #D2E5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E5AD

Black with #D2E5AD

Text Example


Text Example

White with #D2E5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E5AD; }

 p { color: rgb(210,229,173); }

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

background-color css

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

 a { background-color: rgb(210,229,173); }

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

border-color css

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

 span { border-color: rgb(210,229,173); }

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