#D2DFAA

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

Shades of Reef #D2DFAA

Tints of Reef #D2DFAA

Color information

#D2DFAA (or 0xD2DFAA) is unknown color: approx Reef. HEX triplet: D2, DF and AA. RGB value is (210,223,170). Sum of RGB (Red+Green+Blue) = 210+223+170=603 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.83% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 170 (66.80% from 255 or 28.19% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #D2DFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DFAA is #2D2055. Grayscale: #D5D5D5. Windows color (decimal): -2957398 or 11198418. OLE color: 11198418.

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

Color convert

RGB210223170-
CMYK0.0600.240.13
HSL74.72º45.3%77.06%-
HSV(B)74.72º23.77%87.45%-
XYZ60.2269.3848.25-
YUV213.07103.69125.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.83%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 170 (66.80% from 255) = 28.19%
R=34.83%
G=36.98%
B=28.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102231700.0600.240.1374.7245.377.06
HexD2DFAA6018D4b2d4d
Octal32233725260301511355115
Binary110100101101111110101010110011000110110010111011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DFAA; }

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

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

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

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

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

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

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

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