#D6EBDC

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

Shades of Swans Down #D6EBDC

Tints of Swans Down #D6EBDC

Color information

#D6EBDC (or 0xD6EBDC) is unknown color: approx Swans Down. HEX triplet: D6, EB and DC. RGB value is (214,235,220). Sum of RGB (Red+Green+Blue) = 214+235+220=669 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.99% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBDC is #291423. Grayscale: #E3E3E3. Windows color (decimal): -2692132 or 14478294. OLE color: 14478294.

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

Color convert

RGB214235220-
CMYK0.0900.060.08
HSL137.14º34.43%88.04%-
HSV(B)137.14º8.94%92.16%-
XYZ70.3678.8879.23-
YUV227.01124.04118.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.99%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 220 (86.33% from 255) = 32.88%
R=31.99%
G=35.13%
B=32.88%

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
Decimal2142352200.0900.060.08137.1434.4388.04
HexD6EBDC9068892258
Octal32635333411061021142130
Binary110101101110101111011100100101101000100010011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBDC; }

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

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

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

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

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

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

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

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