Html Css Color HEX #D2EDAD Reef

📋 copy color: '#D2EDAD'

red 210 ◦ green 237 ◦ blue 173

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

Shades of Reef #D2EDAD

Tints of Reef #D2EDAD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.23%

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

R = 33.87%
G = 38.23%
B = 27.9%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#D2EDAD (or 0xD2EDAD) is known color: Reef. HEX triplet: D2, ED and AD. RGB value is (210,237,173). Sum of RGB (Red+Green+Blue) = 210+237+173=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EDAD is #2D1252. Grayscale: #DDDDDD. Windows color (decimal): -2953811 or 11398610. OLE color: 11398610.

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

Color convert

RGB 210 237 173 -
CMYK 0.11 0 0.27 0.07
HSL 85.31º 0.64% 0.8% -
HSV(B) 85.31º 0.27% 0.93% -
XYZ 64.41 77.29 51.06 -
YUV 221.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 210 237 173 0.11 0 0.27 0.07 85.31 0.64 0.8
Hex D2 ED AD B 0 1B 7 55 40 50
Octal 322 355 255 13 0 33 7 125 100 120
Binary 11010010 11101101 10101101 1011 0 11011 111 1010101 1000000 1010000

Color Harmonies of #D2EDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EDAD

Black with #D2EDAD

Text Example


Text Example

White with #D2EDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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