#DDF9F1

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

Shades of Clear Day #DDF9F1

Tints of Clear Day #DDF9F1

Color information

#DDF9F1 (or 0xDDF9F1) is unknown color: approx Clear Day. HEX triplet: DD, F9 and F1. RGB value is (221,249,241). Sum of RGB (Red+Green+Blue) = 221+249+241=711 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.08% from 711); Green value is 249 (97.66% from 255 or 35.02% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDF9F1 is #22060E. Grayscale: #EFEFEF. Windows color (decimal): -2229775 or 15858141. OLE color: 15858141.

HSL color Cylindrical-coordinate representation of color #DDF9F1: hue angle of 162.86º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDF9F1 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB221249241-
CMYK0.1100.030.02
HSL162.86º70%92.16%-
HSV(B)162.86º11.24%97.65%-
XYZ79.5789.4796.3-
YUV239.72128.72114.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.08%
GREEN value IS 249 (97.66% from 255) = 35.02%
BLUE value IS 241 (94.53% from 255) = 33.90%
R=31.08%
G=35.02%
B=33.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212492410.1100.030.02162.867092.16
HexDDF9F1B032a3465c
Octal33537136113032243106134
Binary1101110111111001111100011011011101010001110001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9F1; }

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

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

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

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

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

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

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

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