#DEF3DC

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

Shades of Tara #DEF3DC

Tints of Tara #DEF3DC

Color information

#DEF3DC (or 0xDEF3DC) is unknown color: approx Tara. HEX triplet: DE, F3 and DC. RGB value is (222,243,220). Sum of RGB (Red+Green+Blue) = 222+243+220=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3DC is #210C23. Grayscale: #EAEAEA. Windows color (decimal): -2165796 or 14480350. OLE color: 14480350.

HSL color Cylindrical-coordinate representation of color #DEF3DC: hue angle of 114.78º degrees, saturation: 0.49, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF3DC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB222243220-
CMYK0.0900.090.05
HSL114.78º48.94%90.78%-
HSV(B)114.78º9.47%95.29%-
XYZ75.0984.880.12-
YUV234.1120.04119.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.41%
GREEN value IS 243 (95.31% from 255) = 35.47%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=32.41%
G=35.47%
B=32.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222432200.0900.090.05114.7848.9490.78
HexDEF3DC909573315b
Octal33636333411011516361133
Binary11011110111100111101110010010100110111100111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3DC; }

 p { color: rgb(222,243,220); }

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

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

 a { background-color: rgb(222,243,220); }

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

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

 span { border-color: rgb(222,243,220); }

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