#DFECDF

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

Shades of Tara #DFECDF

Tints of Tara #DFECDF

Color information

#DFECDF (or 0xDFECDF) is unknown color: approx Tara. HEX triplet: DF, EC and DF. RGB value is (223,236,223). Sum of RGB (Red+Green+Blue) = 223+236+223=682 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.70% from 682); Green value is 236 (92.58% from 255 or 34.60% from 682); Blue value is 223 (87.5% from 255 or 32.70% from 682); Max value from RGB is 236 - color contains mainly: green. Hex color #DFECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFECDF is #201320. Grayscale: #E6E6E6. Windows color (decimal): -2102049 or 14675167. OLE color: 14675167.

HSL color Cylindrical-coordinate representation of color #DFECDF: hue angle of 120º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFECDF is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB223236223-
CMYK0.0600.060.07
HSL120º25.49%90%-
HSV(B)120º5.51%92.55%-
XYZ73.7581.0181.56-
YUV230.63123.69122.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.70%
GREEN value IS 236 (92.58% from 255) = 34.60%
BLUE value IS 223 (87.5% from 255) = 32.70%
R=32.70%
G=34.60%
B=32.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232362230.0600.060.0712025.4990
HexDFECDF606778195a
Octal337354337606717031132
Binary11011111111011001101111111001101111111000110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFECDF; }

 p { color: rgb(223,236,223); }

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

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

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

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

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

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

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