#DEFBDF

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

Shades of Tara #DEFBDF

Tints of Tara #DEFBDF

Color information

#DEFBDF (or 0xDEFBDF) is unknown color: approx Tara. HEX triplet: DE, FB and DF. RGB value is (222,251,223). Sum of RGB (Red+Green+Blue) = 222+251+223=696 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.90% from 696); Green value is 251 (98.44% from 255 or 36.06% from 696); Blue value is 223 (87.5% from 255 or 32.04% from 696); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBDF is #210420. Grayscale: #EFEFEF. Windows color (decimal): -2163745 or 14679006. OLE color: 14679006.

HSL color Cylindrical-coordinate representation of color #DEFBDF: hue angle of 122.07º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEFBDF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB222251223-
CMYK0.1200.110.02
HSL122.07º78.38%92.75%-
HSV(B)122.07º11.55%98.43%-
XYZ77.9489.8583.05-
YUV239.14118.89115.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.90%
GREEN value IS 251 (98.44% from 255) = 36.06%
BLUE value IS 223 (87.5% from 255) = 32.04%
R=31.90%
G=36.06%
B=32.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512230.1200.110.02122.0778.3892.75
HexDEFBDFC0B27a4e5d
Octal336373337140132172116135
Binary11011110111110111101111111000101110111101010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBDF; }

 p { color: rgb(222,251,223); }

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

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

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

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

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

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

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