#DEEBE7

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

Shades of Clear Day #DEEBE7

Tints of Clear Day #DEEBE7

Color information

#DEEBE7 (or 0xDEEBE7) is unknown color: approx Clear Day. HEX triplet: DE, EB and E7. RGB value is (222,235,231). Sum of RGB (Red+Green+Blue) = 222+235+231=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 231 (90.62% from 255 or 33.58% from 688); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEBE7 is #211418. Grayscale: #E6E6E6. Windows color (decimal): -2167833 or 15199198. OLE color: 15199198.

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

Color convert

RGB222235231-
CMYK0.0600.020.08
HSL161.54º24.53%89.61%-
HSV(B)161.54º5.53%92.16%-
XYZ74.2680.7287.27-
YUV230.66128.19121.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.27%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 231 (90.62% from 255) = 33.58%
R=32.27%
G=34.16%
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
Decimal2222352310.0600.020.08161.5424.5389.61
HexDEEBE76028a2195a
Octal3363533476021024231132
Binary110111101110101111100111110010100010100010110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEBE7; }

 p { color: rgb(222,235,231); }

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

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

 a { background-color: rgb(222,235,231); }

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

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

 span { border-color: rgb(222,235,231); }

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