#D4EBD8

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

Shades of Swans Down #D4EBD8

Tints of Swans Down #D4EBD8

Color information

#D4EBD8 (or 0xD4EBD8) is unknown color: approx Swans Down. HEX triplet: D4, EB and D8. RGB value is (212,235,216). Sum of RGB (Red+Green+Blue) = 212+235+216=663 (87% of max value = 765). Red value is 212 (83.20% from 255 or 31.98% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EBD8 is #2B1427. Grayscale: #E2E2E2. Windows color (decimal): -2823208 or 14216148. OLE color: 14216148.

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

Color convert

RGB212235216-
CMYK0.1000.080.08
HSL130.43º36.51%87.65%-
HSV(B)130.43º9.79%92.16%-
XYZ69.2578.3776.44-
YUV225.96122.38118.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.98%
GREEN value IS 235 (92.19% from 255) = 35.44%
BLUE value IS 216 (84.77% from 255) = 32.58%
R=31.98%
G=35.44%
B=32.58%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122352160.1000.080.08130.4336.5187.65
HexD4EBD8A088822558
Octal324353330120101020245130
Binary1101010011101011110110001010010001000100000101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBD8; }

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

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

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

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

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

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

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

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