Html Css Color HEX #D2DFA9 Reef

📋 copy color: '#D2DFA9'

red 210 ◦ green 223 ◦ blue 169

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

Shades of Reef #D2DFA9

Tints of Reef #D2DFA9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.04%

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

R = 34.88%
G = 37.04%
B = 28.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#D2DFA9 (or 0xD2DFA9) is known color: Reef. HEX triplet: D2, DF and A9. RGB value is (210,223,169). Sum of RGB (Red+Green+Blue) = 210+223+169=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFA9 is #2D2056. Grayscale: #D5D5D5. Windows color (decimal): -2957399 or 11132882. OLE color: 11132882.

HSL color Cylindrical-coordinate representation of color #D2DFA9: hue angle of 74.44º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D2DFA9 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 223 169 -
CMYK 0.06 0 0.24 0.13
HSL 74.44º 0.46% 0.77% -
HSV(B) 74.44º 0.24% 0.87% -
XYZ 60.13 69.34 47.75 -
YUV 212.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 210 223 169 0.06 0 0.24 0.13 74.44 0.46 0.77
Hex D2 DF A9 6 0 18 D 4A 2E 4D
Octal 322 337 251 6 0 30 15 112 56 115
Binary 11010010 11011111 10101001 110 0 11000 1101 1001010 101110 1001101

Color Harmonies of #D2DFA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DFA9

Black with #D2DFA9

Text Example


Text Example

White with #D2DFA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DFA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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