#DDFFDB

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

Shades of Tara #DDFFDB

Tints of Tara #DDFFDB

Color information

#DDFFDB (or 0xDDFFDB) is unknown color: approx Tara. HEX triplet: DD, FF and DB. RGB value is (221,255,219). Sum of RGB (Red+Green+Blue) = 221+255+219=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 219 (85.94% from 255 or 31.51% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFDB is #220024. Grayscale: #F0F0F0. Windows color (decimal): -2228261 or 14417885. OLE color: 14417885.

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

Color convert

RGB221255219-
CMYK0.1300.140
HSL116.67º100%92.94%-
HSV(B)116.67º14.12%100%-
XYZ78.3692.0180.65-
YUV240.73115.74113.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.80%
GREEN value IS 255 (100% from 255) = 36.69%
BLUE value IS 219 (85.94% from 255) = 31.51%
R=31.80%
G=36.69%
B=31.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212552190.1300.140116.6710092.94
HexDDFFDBD0E075645d
Octal335377333150160165144135
Binary1101110111111111110110111101011100111010111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFFDB; }

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

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

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

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

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

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

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

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