#DCE9DF

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

Shades of Swans Down #DCE9DF

Tints of Swans Down #DCE9DF

Color information

#DCE9DF (or 0xDCE9DF) is unknown color: approx Swans Down. HEX triplet: DC, E9 and DF. RGB value is (220,233,223). Sum of RGB (Red+Green+Blue) = 220+233+223=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 233 (91.41% from 255 or 34.47% from 676); Blue value is 223 (87.5% from 255 or 32.99% from 676); Max value from RGB is 233 - color contains mainly: green. Hex color #DCE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCE9DF is #231620. Grayscale: #E4E4E4. Windows color (decimal): -2299425 or 14674396. OLE color: 14674396.

HSL color Cylindrical-coordinate representation of color #DCE9DF: hue angle of 133.85º degrees, saturation: 0.23, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCE9DF is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB220233223-
CMYK0.0600.040.09
HSL133.85º22.81%88.82%-
HSV(B)133.85º5.58%91.37%-
XYZ71.9778.8281.23-
YUV227.97125.19122.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.54%
GREEN value IS 233 (91.41% from 255) = 34.47%
BLUE value IS 223 (87.5% from 255) = 32.99%
R=32.54%
G=34.47%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2202332230.0600.040.09133.8522.8188.82
HexDCE9DF6049861759
Octal3343513376041120627131
Binary1101110011101001110111111100100100110000110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE9DF; }

 p { color: rgb(220,233,223); }

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

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

 a { background-color: rgb(220,233,223); }

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

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

 span { border-color: rgb(220,233,223); }

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