#DFFCDD

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

Shades of Tara #DFFCDD

Tints of Tara #DFFCDD

Color information

#DFFCDD (or 0xDFFCDD) is unknown color: approx Tara. HEX triplet: DF, FC and DD. RGB value is (223,252,221). Sum of RGB (Red+Green+Blue) = 223+252+221=696 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.04% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFCDD is #200322. Grayscale: #EFEFEF. Windows color (decimal): -2097955 or 14548191. OLE color: 14548191.

HSL color Cylindrical-coordinate representation of color #DFFCDD: hue angle of 116.13º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFCDD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB223252221-
CMYK0.1200.120.01
HSL116.13º83.78%92.75%-
HSV(B)116.13º12.3%98.82%-
XYZ78.2990.5381.75-
YUV239.79117.39116.02-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.04%
GREEN value IS 252 (98.83% from 255) = 36.21%
BLUE value IS 221 (86.72% from 255) = 31.75%
R=32.04%
G=36.21%
B=31.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232522210.1200.120.01116.1383.7892.75
HexDFFCDDC0C174545d
Octal337374335140141164124135
Binary1101111111111100110111011100011001111010010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCDD; }

 p { color: rgb(223,252,221); }

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

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

 a { background-color: rgb(223,252,221); }

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

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

 span { border-color: rgb(223,252,221); }

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