#DCEBE6

Color #DCEBE6 Clear Day (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Clear Day #DCEBE6

Tints of Clear Day #DCEBE6

Color information

#DCEBE6 (or 0xDCEBE6) is unknown color: approx Clear Day. HEX triplet: DC, EB and E6. RGB value is (220,235,230). Sum of RGB (Red+Green+Blue) = 220+235+230=685 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.12% from 685); Green value is 235 (92.19% from 255 or 34.31% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBE6 is #231419. Grayscale: #E5E5E5. Windows color (decimal): -2298906 or 15133660. OLE color: 15133660.

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

Color convert

RGB220235230-
CMYK0.0600.020.08
HSL160º27.27%89.22%-
HSV(B)160º6.38%92.16%-
XYZ73.5180.3586.5-
YUV229.94128.03120.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.12%
GREEN value IS 235 (92.19% from 255) = 34.31%
BLUE value IS 230 (90.23% from 255) = 33.58%
R=32.12%
G=34.31%
B=33.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352300.0600.020.0816027.2789.22
HexDCEBE66028a01b59
Octal3343533466021024033131
Binary110111001110101111100110110010100010100000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBE6; }

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

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

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

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

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

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

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

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