#D8EBDC

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

Shades of Swans Down #D8EBDC

Tints of Swans Down #D8EBDC

Color information

#D8EBDC (or 0xD8EBDC) is unknown color: approx Swans Down. HEX triplet: D8, EB and DC. RGB value is (216,235,220). Sum of RGB (Red+Green+Blue) = 216+235+220=671 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.19% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 220 (86.33% from 255 or 32.79% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBDC is #271423. Grayscale: #E3E3E3. Windows color (decimal): -2561060 or 14478296. OLE color: 14478296.

HSL color Cylindrical-coordinate representation of color #D8EBDC: hue angle of 132.63º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8EBDC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB216235220-
CMYK0.0800.060.08
HSL132.63º32.2%88.43%-
HSV(B)132.63º8.09%92.16%-
XYZ70.9579.1879.25-
YUV227.61123.71119.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.19%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 220 (86.33% from 255) = 32.79%
R=32.19%
G=35.02%
B=32.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162352200.0800.060.08132.6332.288.43
HexD8EBDC8068852058
Octal33035333410061020540130
Binary110110001110101111011100100001101000100001011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBDC; }

 p { color: rgb(216,235,220); }

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

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

 a { background-color: rgb(216,235,220); }

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

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

 span { border-color: rgb(216,235,220); }

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