#D5E8DB

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

Shades of Swans Down #D5E8DB

Tints of Swans Down #D5E8DB

Color information

#D5E8DB (or 0xD5E8DB) is unknown color: approx Swans Down. HEX triplet: D5, E8 and DB. RGB value is (213,232,219). Sum of RGB (Red+Green+Blue) = 213+232+219=664 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.08% from 664); Green value is 232 (91.02% from 255 or 34.94% from 664); Blue value is 219 (85.94% from 255 or 32.98% from 664); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5E8DB is #2A1724. Grayscale: #E0E0E0. Windows color (decimal): -2758437 or 14411989. OLE color: 14411989.

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

Color convert

RGB213232219-
CMYK0.0800.060.09
HSL138.95º29.23%87.25%-
HSV(B)138.95º8.19%90.98%-
XYZ69.0876.9778.23-
YUV224.84124.71119.56-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.08%
GREEN value IS 232 (91.02% from 255) = 34.94%
BLUE value IS 219 (85.94% from 255) = 32.98%
R=32.08%
G=34.94%
B=32.98%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132322190.0800.060.09138.9529.2387.25
HexD5E8DB80698b1d57
Octal32535033310061121335127
Binary11010101111010001101101110000110100110001011111011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E8DB; }

 p { color: rgb(213,232,219); }

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

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

 a { background-color: rgb(213,232,219); }

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

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

 span { border-color: rgb(213,232,219); }

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