#D0EEDB

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

Shades of Swans Down #D0EEDB

Tints of Swans Down #D0EEDB

Color information

#D0EEDB (or 0xD0EEDB) is unknown color: approx Swans Down. HEX triplet: D0, EE and DB. RGB value is (208,238,219). Sum of RGB (Red+Green+Blue) = 208+238+219=665 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.28% from 665); Green value is 238 (93.36% from 255 or 35.79% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EEDB is #2F1124. Grayscale: #E2E2E2. Windows color (decimal): -3084581 or 14413520. OLE color: 14413520.

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

Color convert

RGB208238219-
CMYK0.1300.080.07
HSL142º46.88%87.45%-
HSV(B)142º12.61%93.33%-
XYZ69.3779.6778.74-
YUV226.86123.56114.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.28%
GREEN value IS 238 (93.36% from 255) = 35.79%
BLUE value IS 219 (85.94% from 255) = 32.93%
R=31.28%
G=35.79%
B=32.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082382190.1300.080.0714246.8887.45
HexD0EEDBD0878e2f57
Octal32035633315010721657127
Binary110100001110111011011011110101000111100011101011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EEDB; }

 p { color: rgb(208,238,219); }

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

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

 a { background-color: rgb(208,238,219); }

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

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

 span { border-color: rgb(208,238,219); }

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