#D4EDDC

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

Shades of Swans Down #D4EDDC

Tints of Swans Down #D4EDDC

Color information

#D4EDDC (or 0xD4EDDC) is unknown color: approx Swans Down. HEX triplet: D4, ED and DC. RGB value is (212,237,220). Sum of RGB (Red+Green+Blue) = 212+237+220=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDDC is #2B1223. Grayscale: #E3E3E3. Windows color (decimal): -2822692 or 14478804. OLE color: 14478804.

HSL color Cylindrical-coordinate representation of color #D4EDDC: hue angle of 139.2º degrees, saturation: 0.41, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4EDDC is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB212237220-
CMYK0.1100.070.07
HSL139.2º40.98%88.04%-
HSV(B)139.2º10.55%92.94%-
XYZ70.3579.7379.39-
YUV227.59123.72116.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 31.69%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=31.69%
G=35.43%
B=32.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2122372200.1100.070.07139.240.9888.04
HexD4EDDCB0778b2958
Octal3243553341307721351130
Binary11010100111011011101110010110111111100010111010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EDDC; }

 p { color: rgb(212,237,220); }

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

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

 a { background-color: rgb(212,237,220); }

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

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

 span { border-color: rgb(212,237,220); }

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