#DCEBE0

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

Shades of Swans Down #DCEBE0

Tints of Swans Down #DCEBE0

Color information

#DCEBE0 (or 0xDCEBE0) is unknown color: approx Swans Down. HEX triplet: DC, EB and E0. RGB value is (220,235,224). Sum of RGB (Red+Green+Blue) = 220+235+224=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 235 (92.19% from 255 or 34.61% from 679); Blue value is 224 (87.89% from 255 or 32.99% from 679); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE0 is #23141F. Grayscale: #E5E5E5. Windows color (decimal): -2298912 or 14740444. OLE color: 14740444.

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

Color convert

RGB220235224-
CMYK0.0600.050.08
HSL136º27.27%89.22%-
HSV(B)136º6.38%92.16%-
XYZ72.6880.0182.13-
YUV229.26125.03121.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.40%
GREEN value IS 235 (92.19% from 255) = 34.61%
BLUE value IS 224 (87.89% from 255) = 32.99%
R=32.40%
G=34.61%
B=32.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352240.0600.050.0813627.2789.22
HexDCEBE06058881b59
Octal3343533406051021033131
Binary1101110011101011111000001100101100010001000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBE0; }

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

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

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

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

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

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

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

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