#D6EADC

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

Shades of Swans Down #D6EADC

Tints of Swans Down #D6EADC

Color information

#D6EADC (or 0xD6EADC) is unknown color: approx Swans Down. HEX triplet: D6, EA and DC. RGB value is (214,234,220). Sum of RGB (Red+Green+Blue) = 214+234+220=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 234 (91.80% from 255 or 35.03% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 234 - color contains mainly: green. Hex color #D6EADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EADC is #291523. Grayscale: #E2E2E2. Windows color (decimal): -2692388 or 14478038. OLE color: 14478038.

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

Color convert

RGB214234220-
CMYK0.0900.060.08
HSL138º32.26%87.84%-
HSV(B)138º8.55%91.76%-
XYZ70.0778.3179.13-
YUV226.42124.37119.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 234 (91.80% from 255) = 35.03%
BLUE value IS 220 (86.33% from 255) = 32.93%
R=32.04%
G=35.03%
B=32.93%

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
Decimal2142342200.0900.060.0813832.2687.84
HexD6EADC90688a2058
Octal32635233411061021240130
Binary110101101110101011011100100101101000100010101000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EADC; }

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

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

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

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

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

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

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

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