#DDF1EB

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

Shades of Clear Day #DDF1EB

Tints of Clear Day #DDF1EB

Color information

#DDF1EB (or 0xDDF1EB) is unknown color: approx Clear Day. HEX triplet: DD, F1 and EB. RGB value is (221,241,235). Sum of RGB (Red+Green+Blue) = 221+241+235=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 235 (92.19% from 255 or 33.72% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF1EB is #220E14. Grayscale: #EAEAEA. Windows color (decimal): -2231829 or 15462877. OLE color: 15462877.

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

Color convert

RGB221241235-
CMYK0.0800.020.05
HSL162º41.67%90.59%-
HSV(B)162º8.3%94.51%-
XYZ76.2784.2890.85-
YUV234.34128.37118.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 235 (92.19% from 255) = 33.72%
R=31.71%
G=34.58%
B=33.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212412350.0800.020.0516241.6790.59
HexDDF1EB8025a22a5b
Octal3353613531002524252133
Binary1101110111110001111010111000010101101000101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1EB; }

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

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

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

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

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

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

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

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