#DCEBE5

Color #DCEBE5 White Ice (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of White Ice #DCEBE5

Tints of White Ice #DCEBE5

Color information

#DCEBE5 (or 0xDCEBE5) is unknown color: approx White Ice. HEX triplet: DC, EB and E5. RGB value is (220,235,229). Sum of RGB (Red+Green+Blue) = 220+235+229=684 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.16% from 684); Green value is 235 (92.19% from 255 or 34.36% from 684); Blue value is 229 (89.84% from 255 or 33.48% from 684); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE5 is #23141A. Grayscale: #E5E5E5. Windows color (decimal): -2298907 or 15068124. OLE color: 15068124.

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

Color convert

RGB220235229-
CMYK0.0600.030.08
HSL156º27.27%89.22%-
HSV(B)156º6.38%92.16%-
XYZ73.3780.2985.76-
YUV229.83127.53120.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.16%
GREEN value IS 235 (92.19% from 255) = 34.36%
BLUE value IS 229 (89.84% from 255) = 33.48%
R=32.16%
G=34.36%
B=33.48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352290.0600.030.0815627.2789.22
HexDCEBE560389c1b59
Octal3343533456031023433131
Binary110111001110101111100101110011100010011100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBE5; }

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

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

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

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

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

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

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

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