#DEF5DC

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

Shades of Tara #DEF5DC

Tints of Tara #DEF5DC

Color information

#DEF5DC (or 0xDEF5DC) is unknown color: approx Tara. HEX triplet: DE, F5 and DC. RGB value is (222,245,220). Sum of RGB (Red+Green+Blue) = 222+245+220=687 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.31% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 220 (86.33% from 255 or 32.02% from 687); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5DC is #210A23. Grayscale: #EBEBEB. Windows color (decimal): -2165284 or 14480862. OLE color: 14480862.

HSL color Cylindrical-coordinate representation of color #DEF5DC: hue angle of 115.2º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF5DC is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB222245220-
CMYK0.0900.100.04
HSL115.2º55.56%91.18%-
HSV(B)115.2º10.2%96.08%-
XYZ75.698680.32-
YUV235.27119.38118.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.31%
GREEN value IS 245 (96.09% from 255) = 35.66%
BLUE value IS 220 (86.33% from 255) = 32.02%
R=32.31%
G=35.66%
B=32.02%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222452200.0900.100.04115.255.5691.18
HexDEF5DC90A473385b
Octal33636533411012416370133
Binary11011110111101011101110010010101010011100111110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5DC; }

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

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

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

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

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

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

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

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