#D6EEDF

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

Shades of Swans Down #D6EEDF

Tints of Swans Down #D6EEDF

Color information

#D6EEDF (or 0xD6EEDF) is unknown color: approx Swans Down. HEX triplet: D6, EE and DF. RGB value is (214,238,223). Sum of RGB (Red+Green+Blue) = 214+238+223=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #D6EEDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EEDF is #291120. Grayscale: #E5E5E5. Windows color (decimal): -2691361 or 14675670. OLE color: 14675670.

HSL color Cylindrical-coordinate representation of color #D6EEDF: hue angle of 142.5º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D6EEDF is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB214238223-
CMYK0.1000.060.07
HSL142.5º41.38%88.63%-
HSV(B)142.5º10.08%93.33%-
XYZ71.6380.7781.63-
YUV229.11124.55117.22-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 238 (93.36% from 255) = 35.26%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=31.70%
G=35.26%
B=33.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142382230.1000.060.07142.541.3888.63
HexD6EEDFA0678e2959
Octal3263563371206721651131
Binary11010110111011101101111110100110111100011101010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EEDF; }

 p { color: rgb(214,238,223); }

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

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

 a { background-color: rgb(214,238,223); }

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

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

 span { border-color: rgb(214,238,223); }

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