#D2DFA5

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

Shades of Reef #D2DFA5

Tints of Reef #D2DFA5

Color information

#D2DFA5 (or 0xD2DFA5) is unknown color: approx Reef. HEX triplet: D2, DF and A5. RGB value is (210,223,165). Sum of RGB (Red+Green+Blue) = 210+223+165=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 165 (64.84% from 255 or 27.59% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFA5 is #2D205A. Grayscale: #D4D4D4. Windows color (decimal): -2957403 or 10870738. OLE color: 10870738.

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

Color convert

RGB210223165-
CMYK0.0600.260.13
HSL73.45º47.54%76.08%-
HSV(B)73.45º26.01%87.45%-
XYZ59.7669.1945.8-
YUV212.5101.19126.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 165 (64.84% from 255) = 27.59%
R=35.12%
G=37.29%
B=27.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231650.0600.260.1373.4547.5476.08
HexD2DFA5601AD49304c
Octal32233724560321511160114
Binary110100101101111110100101110011010110110010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFA5; }

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

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

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

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

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

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

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

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