#DEFFDB

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

Shades of Tara #DEFFDB

Tints of Tara #DEFFDB

Color information

#DEFFDB (or 0xDEFFDB) is unknown color: approx Tara. HEX triplet: DE, FF and DB. RGB value is (222,255,219). Sum of RGB (Red+Green+Blue) = 222+255+219=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 219 (85.94% from 255 or 31.47% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFFDB is #210024. Grayscale: #F1F1F1. Windows color (decimal): -2162725 or 14417886. OLE color: 14417886.

HSL color Cylindrical-coordinate representation of color #DEFFDB: hue angle of 115º 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 #DEFFDB is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB222255219-
CMYK0.1300.140
HSL115º100%92.94%-
HSV(B)115º14.12%100%-
XYZ78.6792.1680.66-
YUV241.03115.57114.43-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.90%
GREEN value IS 255 (100% from 255) = 36.64%
BLUE value IS 219 (85.94% from 255) = 31.47%
R=31.90%
G=36.64%
B=31.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552190.1300.14011510092.94
HexDEFFDBD0E073645d
Octal336377333150160163144135
Binary1101111011111111110110111101011100111001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFDB; }

 p { color: rgb(222,255,219); }

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

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

 a { background-color: rgb(222,255,219); }

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

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

 span { border-color: rgb(222,255,219); }

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