#D7EBDB

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

Shades of Swans Down #D7EBDB

Tints of Swans Down #D7EBDB

Color information

#D7EBDB (or 0xD7EBDB) is unknown color: approx Swans Down. HEX triplet: D7, EB and DB. RGB value is (215,235,219). Sum of RGB (Red+Green+Blue) = 215+235+219=669 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.14% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7EBDB is #281424. Grayscale: #E3E3E3. Windows color (decimal): -2626597 or 14412759. OLE color: 14412759.

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

Color convert

RGB215235219-
CMYK0.0900.070.08
HSL132º33.33%88.24%-
HSV(B)132º8.51%92.16%-
XYZ70.5278.9878.55-
YUV227.2123.37119.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.14%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=32.14%
G=35.13%
B=32.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152352190.0900.070.0813233.3388.24
HexD7EBDB9078842158
Octal32735333311071020441130
Binary110101111110101111011011100101111000100001001000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EBDB; }

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

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

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

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

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

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

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

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