#D4EBDD

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

Shades of Swans Down #D4EBDD

Tints of Swans Down #D4EBDD

Color information

#D4EBDD (or 0xD4EBDD) is unknown color: approx Swans Down. HEX triplet: D4, EB and DD. RGB value is (212,235,221). Sum of RGB (Red+Green+Blue) = 212+235+221=668 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.74% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 221 (86.72% from 255 or 33.08% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EBDD is #2B1422. Grayscale: #E2E2E2. Windows color (decimal): -2823203 or 14543828. OLE color: 14543828.

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

Color convert

RGB212235221-
CMYK0.1000.060.08
HSL143.48º36.51%87.65%-
HSV(B)143.48º9.79%92.16%-
XYZ69.9178.6379.9-
YUV226.53124.88117.64-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.74%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 221 (86.72% from 255) = 33.08%
R=31.74%
G=35.18%
B=33.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2122352210.1000.060.08143.4836.5187.65
HexD4EBDDA0688f2558
Octal32435333512061021745130
Binary110101001110101111011101101001101000100011111001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EBDD; }

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

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

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

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

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

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

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

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