#D7EBDC

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

Shades of Swans Down #D7EBDC

Tints of Swans Down #D7EBDC

Color information

#D7EBDC (or 0xD7EBDC) is unknown color: approx Swans Down. HEX triplet: D7, EB and DC. RGB value is (215,235,220). Sum of RGB (Red+Green+Blue) = 215+235+220=670 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.09% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 220 (86.33% from 255 or 32.84% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBDC is #281423. Grayscale: #E3E3E3. Windows color (decimal): -2626596 or 14478295. OLE color: 14478295.

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

Color convert

RGB215235220-
CMYK0.0900.060.08
HSL135º33.33%88.24%-
HSV(B)135º8.51%92.16%-
XYZ70.6579.0379.24-
YUV227.31123.87119.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.09%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 220 (86.33% from 255) = 32.84%
R=32.09%
G=35.07%
B=32.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352200.0900.060.0813533.3388.24
HexD7EBDC9068872158
Octal32735333411061020741130
Binary110101111110101111011100100101101000100001111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBDC; }

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

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

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

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

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

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

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

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