#DCEFE2

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

Shades of Swans Down #DCEFE2

Tints of Swans Down #DCEFE2

Color information

#DCEFE2 (or 0xDCEFE2) is unknown color: approx Swans Down. HEX triplet: DC, EF and E2. RGB value is (220,239,226). Sum of RGB (Red+Green+Blue) = 220+239+226=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFE2 is #23101D. Grayscale: #E7E7E7. Windows color (decimal): -2297886 or 14872540. OLE color: 14872540.

HSL color Cylindrical-coordinate representation of color #DCEFE2: hue angle of 138.95º degrees, saturation: 0.37, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEFE2 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB220239226-
CMYK0.0800.050.06
HSL138.95º37.25%90%-
HSV(B)138.95º7.95%93.73%-
XYZ74.1182.4483.96-
YUV231.84124.71119.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 239 (93.75% from 255) = 34.89%
BLUE value IS 226 (88.67% from 255) = 32.99%
R=32.12%
G=34.89%
B=32.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392260.0800.050.06138.9537.2590
HexDCEFE280568b255a
Octal3343573421005621345132
Binary11011100111011111110001010000101110100010111001011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFE2; }

 p { color: rgb(220,239,226); }

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

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

 a { background-color: rgb(220,239,226); }

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

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

 span { border-color: rgb(220,239,226); }

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