Html Css Color HEX #D2EAA9 Reef

📋 copy color: '#D2EAA9'

red 210 ◦ green 234 ◦ blue 169

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

Shades of Reef #D2EAA9

Tints of Reef #D2EAA9

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.17%

 BLUE value IS 169 (66.41% from 255) = 27.57%

R = 34.26%
G = 38.17%
B = 27.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.08

RGB Variations

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

Color information

#D2EAA9 (or 0xD2EAA9) is known color: Reef. HEX triplet: D2, EA and A9. RGB value is (210,234,169). Sum of RGB (Red+Green+Blue) = 210+234+169=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 234 (91.80% from 255 or 38.17% from 613); Blue value is 169 (66.41% from 255 or 27.57% from 613); Max value from RGB is 234 - color contains mainly: green. Hex color #D2EAA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EAA9 is #2D1556. Grayscale: #DBDBDB. Windows color (decimal): -2954583 or 11135698. OLE color: 11135698.

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

Color convert

RGB 210 234 169 -
CMYK 0.10 0 0.28 0.08
HSL 82.15º 0.61% 0.79% -
HSV(B) 82.15º 0.28% 0.92% -
XYZ 63.16 75.41 48.76 -
YUV 219.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 210 234 169 0.10 0 0.28 0.08 82.15 0.61 0.79
Hex D2 EA A9 A 0 1C 8 52 3D 4F
Octal 322 352 251 12 0 34 10 122 75 117
Binary 11010010 11101010 10101001 1010 0 11100 1000 1010010 111101 1001111

Color Harmonies of #D2EAA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EAA9

Black with #D2EAA9

Text Example


Text Example

White with #D2EAA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EAA9; }

 p { color: rgb(210,234,169); }

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

background-color css

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

 a { background-color: rgb(210,234,169); }

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

border-color css

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

 span { border-color: rgb(210,234,169); }

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