#DDFAF1

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

Shades of Clear Day #DDFAF1

Tints of Clear Day #DDFAF1

Color information

#DDFAF1 (or 0xDDFAF1) is unknown color: approx Clear Day. HEX triplet: DD, FA and F1. RGB value is (221,250,241). Sum of RGB (Red+Green+Blue) = 221+250+241=712 (94% of max value = 765). Red value is 221 (86.72% from 255 or 31.04% from 712); Green value is 250 (98.05% from 255 or 35.11% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDFAF1 is #22050E. Grayscale: #F0F0F0. Windows color (decimal): -2229519 or 15858397. OLE color: 15858397.

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

Color convert

RGB221250241-
CMYK0.1200.040.02
HSL161.38º74.36%92.35%-
HSV(B)161.38º11.6%98.04%-
XYZ79.8890.0996.4-
YUV240.3128.39114.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.04%
GREEN value IS 250 (98.05% from 255) = 35.11%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=31.04%
G=35.11%
B=33.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502410.1200.040.02161.3874.3692.35
HexDDFAF1C042a14a5c
Octal33537236114042241112134
Binary11011101111110101111000111000100101010000110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFAF1; }

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

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

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

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

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

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

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

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