#DCEBE3

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

Shades of White Ice #DCEBE3

Tints of White Ice #DCEBE3

Color information

#DCEBE3 (or 0xDCEBE3) is unknown color: approx White Ice. HEX triplet: DC, EB and E3. RGB value is (220,235,227). Sum of RGB (Red+Green+Blue) = 220+235+227=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 235 (92.19% from 255 or 34.46% from 682); Blue value is 227 (89.06% from 255 or 33.28% from 682); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBE3 is #23141C. Grayscale: #E5E5E5. Windows color (decimal): -2298909 or 14937052. OLE color: 14937052.

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

Color convert

RGB220235227-
CMYK0.0600.030.08
HSL148º27.27%89.22%-
HSV(B)148º6.38%92.16%-
XYZ73.0980.1884.3-
YUV229.6126.53121.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.26%
GREEN value IS 235 (92.19% from 255) = 34.46%
BLUE value IS 227 (89.06% from 255) = 33.28%
R=32.26%
G=34.46%
B=33.28%

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
Decimal2202352270.0600.030.0814827.2789.22
HexDCEBE36038941b59
Octal3343533436031022433131
Binary110111001110101111100011110011100010010100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBE3; }

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

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

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

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

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

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

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

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