#DCFFF1

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

Shades of Clear Day #DCFFF1

Tints of Clear Day #DCFFF1

Color information

#DCFFF1 (or 0xDCFFF1) is unknown color: approx Clear Day. HEX triplet: DC, FF and F1. RGB value is (220,255,241). Sum of RGB (Red+Green+Blue) = 220+255+241=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFFF1 is #23000E. Grayscale: #F2F2F2. Windows color (decimal): -2293775 or 15859676. OLE color: 15859676.

HSL color Cylindrical-coordinate representation of color #DCFFF1: hue angle of 156º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCFFF1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB220255241-
CMYK0.1400.050
HSL156º100%93.14%-
HSV(B)156º13.73%100%-
XYZ81.1593.0996.91-
YUV242.94126.9111.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.73%
GREEN value IS 255 (100% from 255) = 35.61%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=30.73%
G=35.61%
B=33.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2202552410.1400.05015610093.14
HexDCFFF1E0509c645d
Octal33437736116050234144135
Binary1101110011111111111100011110010101001110011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFFF1; }

 p { color: rgb(220,255,241); }

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

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

 a { background-color: rgb(220,255,241); }

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

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

 span { border-color: rgb(220,255,241); }

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