#D2DCD4

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

Shades of Swans Down #D2DCD4

Tints of Swans Down #D2DCD4

Color information

#D2DCD4 (or 0xD2DCD4) is unknown color: approx Swans Down. HEX triplet: D2, DC and D4. RGB value is (210,220,212). Sum of RGB (Red+Green+Blue) = 210+220+212=642 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.71% from 642); Green value is 220 (86.33% from 255 or 34.27% from 642); Blue value is 212 (83.20% from 255 or 33.02% from 642); Max value from RGB is 220 - color contains mainly: green. Hex color #D2DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DCD4 is #2D232B. Grayscale: #D8D8D8. Windows color (decimal): -2958124 or 13950162. OLE color: 13950162.

HSL color Cylindrical-coordinate representation of color #D2DCD4: hue angle of 132º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D2DCD4 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB210220212-
CMYK0.0500.040.14
HSL132º12.5%84.31%-
HSV(B)132º4.55%86.27%-
XYZ64.0669.6472.35-
YUV216.1125.69123.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.71%
GREEN value IS 220 (86.33% from 255) = 34.27%
BLUE value IS 212 (83.20% from 255) = 33.02%
R=32.71%
G=34.27%
B=33.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102202120.0500.040.1413212.584.31
HexD2DCD4504E84c54
Octal3223343245041620414124
Binary110100101101110011010100101010011101000010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DCD4; }

 p { color: rgb(210,220,212); }

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

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

 a { background-color: rgb(210,220,212); }

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

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

 span { border-color: rgb(210,220,212); }

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