#D6EBDE

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

Shades of Swans Down #D6EBDE

Tints of Swans Down #D6EBDE

Color information

#D6EBDE (or 0xD6EBDE) is unknown color: approx Swans Down. HEX triplet: D6, EB and DE. RGB value is (214,235,222). Sum of RGB (Red+Green+Blue) = 214+235+222=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBDE is #291421. Grayscale: #E3E3E3. Windows color (decimal): -2692130 or 14609366. OLE color: 14609366.

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

Color convert

RGB214235222-
CMYK0.0900.060.08
HSL142.86º34.43%88.04%-
HSV(B)142.86º8.94%92.16%-
XYZ70.6278.9980.63-
YUV227.24125.04118.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 222 (87.11% from 255) = 33.08%
R=31.89%
G=35.02%
B=33.08%

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
Decimal2142352220.0900.060.08142.8634.4388.04
HexD6EBDE90688f2258
Octal32635333611061021742130
Binary110101101110101111011110100101101000100011111000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBDE; }

 p { color: rgb(214,235,222); }

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

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

 a { background-color: rgb(214,235,222); }

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

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

 span { border-color: rgb(214,235,222); }

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