#DCEBE2

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

Shades of Swans Down #DCEBE2

Tints of Swans Down #DCEBE2

Color information

#DCEBE2 (or 0xDCEBE2) is unknown color: approx Swans Down. HEX triplet: DC, EB and E2. RGB value is (220,235,226). Sum of RGB (Red+Green+Blue) = 220+235+226=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 235 (92.19% from 255 or 34.51% from 681); Blue value is 226 (88.67% from 255 or 33.19% from 681); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE2 is #23141D. Grayscale: #E5E5E5. Windows color (decimal): -2298910 or 14871516. OLE color: 14871516.

HSL color Cylindrical-coordinate representation of color #DCEBE2: hue angle of 144º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBE2 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB220235226-
CMYK0.0600.040.08
HSL144º27.27%89.22%-
HSV(B)144º6.38%92.16%-
XYZ72.9580.1283.57-
YUV229.49126.03121.23-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.31%
GREEN value IS 235 (92.19% from 255) = 34.51%
BLUE value IS 226 (88.67% from 255) = 33.19%
R=32.31%
G=34.51%
B=33.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352260.0600.040.0814427.2789.22
HexDCEBE26048901b59
Octal3343533426041022033131
Binary1101110011101011111000101100100100010010000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBE2; }

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

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

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

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

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

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

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

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