#DFFBDF

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

Shades of Tara #DFFBDF

Tints of Tara #DFFBDF

Color information

#DFFBDF (or 0xDFFBDF) is unknown color: approx Tara. HEX triplet: DF, FB and DF. RGB value is (223,251,223). Sum of RGB (Red+Green+Blue) = 223+251+223=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 223 (87.5% from 255 or 31.99% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #DFFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFBDF is #200420. Grayscale: #EFEFEF. Windows color (decimal): -2098209 or 14679007. OLE color: 14679007.

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

Color convert

RGB223251223-
CMYK0.1100.110.02
HSL120º77.78%92.94%-
HSV(B)120º11.16%98.43%-
XYZ78.2590.0183.06-
YUV239.44118.72116.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 251 (98.44% from 255) = 36.01%
BLUE value IS 223 (87.5% from 255) = 31.99%
R=31.99%
G=36.01%
B=31.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232512230.1100.110.0212077.7892.94
HexDFFBDFB0B2784e5d
Octal337373337130132170116135
Binary11011111111110111101111110110101110111100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFBDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFBDF; }

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

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

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

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

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

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

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

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