#D2DFA4

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

Shades of Reef #D2DFA4

Tints of Reef #D2DFA4

Color information

#D2DFA4 (or 0xD2DFA4) is unknown color: approx Reef. HEX triplet: D2, DF and A4. RGB value is (210,223,164). Sum of RGB (Red+Green+Blue) = 210+223+164=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 223 (87.5% from 255 or 37.35% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFA4 is #2D205B. Grayscale: #D4D4D4. Windows color (decimal): -2957404 or 10805202. OLE color: 10805202.

HSL color Cylindrical-coordinate representation of color #D2DFA4: hue angle of 73.22º 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 #D2DFA4 is Cyan = 0.06, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB210223164-
CMYK0.0600.260.13
HSL73.22º47.97%75.88%-
HSV(B)73.22º26.46%87.45%-
XYZ59.6769.1645.33-
YUV212.39100.69126.3-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.18%
GREEN value IS 223 (87.5% from 255) = 37.35%
BLUE value IS 164 (64.45% from 255) = 27.47%
R=35.18%
G=37.35%
B=27.47%

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
Decimal2102231640.0600.260.1373.2247.9775.88
HexD2DFA4601AD49304c
Octal32233724460321511160114
Binary110100101101111110100100110011010110110010011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFA4; }

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

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

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

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

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

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

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

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