#D0DFD4

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

Shades of Swans Down #D0DFD4

Tints of Swans Down #D0DFD4

Color information

#D0DFD4 (or 0xD0DFD4) is unknown color: approx Swans Down. HEX triplet: D0, DF and D4. RGB value is (208,223,212). Sum of RGB (Red+Green+Blue) = 208+223+212=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DFD4 is #2F202B. Grayscale: #D9D9D9. Windows color (decimal): -3088428 or 13950928. OLE color: 13950928.

HSL color Cylindrical-coordinate representation of color #D0DFD4: hue angle of 136º degrees, saturation: 0.19, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0DFD4 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB208223212-
CMYK0.0700.050.13
HSL136º18.99%84.51%-
HSV(B)136º6.73%87.45%-
XYZ64.2870.9472.59-
YUV217.26125.03121.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.35%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 212 (83.20% from 255) = 32.97%
R=32.35%
G=34.68%
B=32.97%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082232120.0700.050.1313618.9984.51
HexD0DFD4705D881355
Octal3203373247051521023125
Binary1101000011011111110101001110101110110001000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DFD4; }

 p { color: rgb(208,223,212); }

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

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

 a { background-color: rgb(208,223,212); }

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

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

 span { border-color: rgb(208,223,212); }

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