#D2DFA0

Color #D2DFA0 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #D2DFA0

Tints of Reef #D2DFA0

Color information

#D2DFA0 (or 0xD2DFA0) is unknown color: approx Reef. HEX triplet: D2, DF and A0. RGB value is (210,223,160). Sum of RGB (Red+Green+Blue) = 210+223+160=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFA0 is #2D205F. Grayscale: #D4D4D4. Windows color (decimal): -2957408 or 10543058. OLE color: 10543058.

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

Color convert

RGB210223160-
CMYK0.0600.280.13
HSL72.38º49.61%75.1%-
HSV(B)72.38º28.25%87.45%-
XYZ59.3169.0243.45-
YUV211.9398.69126.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.41%
GREEN value IS 223 (87.5% from 255) = 37.61%
BLUE value IS 160 (62.89% from 255) = 26.98%
R=35.41%
G=37.61%
B=26.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231600.0600.280.1372.3849.6175.1
HexD2DFA0601CD48324b
Octal32233724060341511062113
Binary110100101101111110100000110011100110110010001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFA0; }

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

 H1.HeaderClassName
 {
   color: #D2DFA0;
 }
 .AnyTagClassName
 {
   color: #D2DFA0;
 }
</style>
background-color css

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

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

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

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

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

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