#D0EDDB

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

Shades of Swans Down #D0EDDB

Tints of Swans Down #D0EDDB

Color information

#D0EDDB (or 0xD0EDDB) is unknown color: approx Swans Down. HEX triplet: D0, ED and DB. RGB value is (208,237,219). Sum of RGB (Red+Green+Blue) = 208+237+219=664 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.33% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #D0EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0EDDB is #2F1224. Grayscale: #E2E2E2. Windows color (decimal): -3084837 or 14413264. OLE color: 14413264.

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

Color convert

RGB208237219-
CMYK0.1200.080.07
HSL142.76º44.62%87.25%-
HSV(B)142.76º12.24%92.94%-
XYZ69.0879.0978.64-
YUV226.28123.89114.96-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.33%
GREEN value IS 237 (92.97% from 255) = 35.69%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=31.33%
G=35.69%
B=32.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2082372190.1200.080.07142.7644.6287.25
HexD0EDDBC0878f2d57
Octal32035533314010721755127
Binary110100001110110111011011110001000111100011111011011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0EDDB; }

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

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

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

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

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

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

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

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