#DDEBE6

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

Shades of Clear Day #DDEBE6

Tints of Clear Day #DDEBE6

Color information

#DDEBE6 (or 0xDDEBE6) is unknown color: approx Clear Day. HEX triplet: DD, EB and E6. RGB value is (221,235,230). Sum of RGB (Red+Green+Blue) = 221+235+230=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 230 (90.23% from 255 or 33.53% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBE6 is #221419. Grayscale: #E6E6E6. Windows color (decimal): -2233370 or 15133661. OLE color: 15133661.

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

Color convert

RGB221235230-
CMYK0.0600.020.08
HSL158.57º25.93%89.41%-
HSV(B)158.57º5.96%92.16%-
XYZ73.8180.586.51-
YUV230.24127.86121.41-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.22%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 230 (90.23% from 255) = 33.53%
R=32.22%
G=34.26%
B=33.53%

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
Decimal2212352300.0600.020.08158.5725.9389.41
HexDDEBE660289f1a59
Octal3353533466021023732131
Binary110111011110101111100110110010100010011111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBE6; }

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

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

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

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

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

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

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

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