#DDF3EB

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

Shades of Clear Day #DDF3EB

Tints of Clear Day #DDF3EB

Color information

#DDF3EB (or 0xDDF3EB) is unknown color: approx Clear Day. HEX triplet: DD, F3 and EB. RGB value is (221,243,235). Sum of RGB (Red+Green+Blue) = 221+243+235=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF3EB is #220C14. Grayscale: #EBEBEB. Windows color (decimal): -2231317 or 15463389. OLE color: 15463389.

HSL color Cylindrical-coordinate representation of color #DDF3EB: hue angle of 158.18º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDF3EB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB221243235-
CMYK0.0900.030.05
HSL158.18º47.83%90.98%-
HSV(B)158.18º9.05%95.29%-
XYZ76.8685.4791.04-
YUV235.51127.71117.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.62%
GREEN value IS 243 (95.31% from 255) = 34.76%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=31.62%
G=34.76%
B=33.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212432350.0900.030.05158.1847.8390.98
HexDDF3EB90359e305b
Octal3353633531103523660133
Binary1101110111110011111010111001011101100111101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF3EB; }

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

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

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

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

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

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

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

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