#D6ECDB

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

Shades of Swans Down #D6ECDB

Tints of Swans Down #D6ECDB

Color information

#D6ECDB (or 0xD6ECDB) is unknown color: approx Swans Down. HEX triplet: D6, EC and DB. RGB value is (214,236,219). Sum of RGB (Red+Green+Blue) = 214+236+219=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 219 (85.94% from 255 or 32.74% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #D6ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6ECDB is #291324. Grayscale: #E3E3E3. Windows color (decimal): -2691877 or 14413014. OLE color: 14413014.

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

Color convert

RGB214236219-
CMYK0.0900.070.07
HSL133.64º36.67%88.24%-
HSV(B)133.64º9.32%92.55%-
XYZ70.5179.478.63-
YUV227.48123.21118.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.99%
GREEN value IS 236 (92.58% from 255) = 35.28%
BLUE value IS 219 (85.94% from 255) = 32.74%
R=31.99%
G=35.28%
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.07
SystemRedGreenBlueCMYKHSL
Decimal2142362190.0900.070.07133.6436.6788.24
HexD6ECDB9077862558
Octal3263543331107720645130
Binary11010110111011001101101110010111111100001101001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6ECDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6ECDB; }

 p { color: rgb(214,236,219); }

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

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

 a { background-color: rgb(214,236,219); }

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

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

 span { border-color: rgb(214,236,219); }

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