#D8EADC

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

Shades of Swans Down #D8EADC

Tints of Swans Down #D8EADC

Color information

#D8EADC (or 0xD8EADC) is unknown color: approx Swans Down. HEX triplet: D8, EA and DC. RGB value is (216,234,220). Sum of RGB (Red+Green+Blue) = 216+234+220=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EADC is #271523. Grayscale: #E3E3E3. Windows color (decimal): -2561316 or 14478040. OLE color: 14478040.

HSL color Cylindrical-coordinate representation of color #D8EADC: hue angle of 133.33º degrees, saturation: 0.3, 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 #D8EADC is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB216234220-
CMYK0.0800.060.08
HSL133.33º30%88.24%-
HSV(B)133.33º7.69%91.76%-
XYZ70.6678.6179.16-
YUV227.02124.04120.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.24%
GREEN value IS 234 (91.80% from 255) = 34.93%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=32.24%
G=34.93%
B=32.84%

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
Decimal2162342200.0800.060.08133.333088.24
HexD8EADC8068851e58
Octal33035233410061020536130
Binary11011000111010101101110010000110100010000101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EADC; }

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

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

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

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

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

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

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

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