Html Css Color HEX #DDF2DB Tara

📋 copy color: '#DDF2DB'

red 221 ◦ green 242 ◦ blue 219

#DDF2DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tara #DDF2DB

Tints of Tara #DDF2DB

RGB

 RED value IS 221 (86.72% from 255) = 32.4%

 GREEN value IS 242 (94.92% from 255) = 35.48%

 BLUE value IS 219 (85.94% from 255) = 32.11%

R = 32.4%
G = 35.48%
B = 32.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#DDF2DB (or 0xDDF2DB) is known color: Tara. HEX triplet: DD, F2 and DB. RGB value is (221,242,219). Sum of RGB (Red+Green+Blue) = 221+242+219=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 219 (85.94% from 255 or 32.11% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF2DB is #220D24. Grayscale: #E9E9E9. Windows color (decimal): -2231589 or 14414557. OLE color: 14414557.

HSL color Cylindrical-coordinate representation of color #DDF2DB: hue angle of 114.78º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF2DB is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 219 -
CMYK 0.09 0 0.10 0.05
HSL 114.78º 0.47% 0.9% -
HSV(B) 114.78º 0.1% 0.95% -
XYZ 74.36 83.99 79.31 -
YUV 233.1 120.04 119.37 -
System Red Green Blue C M Y K H S L
Decimal 221 242 219 0.09 0 0.10 0.05 114.78 0.47 0.9
Hex DD F2 DB 9 0 A 5 73 2F 5A
Octal 335 362 333 11 0 12 5 163 57 132
Binary 11011101 11110010 11011011 1001 0 1010 101 1110011 101111 1011010

Color Harmonies of #DDF2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF2DB

Black with #DDF2DB

Text Example


Text Example

White with #DDF2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF2DB; }

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

 H1.HeaderClassName
 {
   color: #DDF2DB;
 }
 .AnyTagClassName
 {
   color: #DDF2DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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