Html Css Color HEX #DDF8DB Tara

📋 copy color: '#DDF8DB'

red 221 ◦ green 248 ◦ blue 219

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

Shades of Tara #DDF8DB

Tints of Tara #DDF8DB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.05%

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

R = 32.12%
G = 36.05%
B = 31.83%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.03

RGB Variations

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

Color information

#DDF8DB (or 0xDDF8DB) is known color: Tara. HEX triplet: DD, F8 and DB. RGB value is (221,248,219). Sum of RGB (Red+Green+Blue) = 221+248+219=688 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.12% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 219 (85.94% from 255 or 31.83% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF8DB is #220724. Grayscale: #ECECEC. Windows color (decimal): -2230053 or 14416093. OLE color: 14416093.

HSL color Cylindrical-coordinate representation of color #DDF8DB: hue angle of 115.86º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDF8DB is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 219 -
CMYK 0.11 0 0.12 0.03
HSL 115.86º 0.67% 0.92% -
HSV(B) 115.86º 0.12% 0.97% -
XYZ 76.17 87.62 79.92 -
YUV 236.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 221 248 219 0.11 0 0.12 0.03 115.86 0.67 0.92
Hex DD F8 DB B 0 C 3 74 43 5C
Octal 335 370 333 13 0 14 3 164 103 134
Binary 11011101 11111000 11011011 1011 0 1100 11 1110100 1000011 1011100

Color Harmonies of #DDF8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF8DB

Black with #DDF8DB

Text Example


Text Example

White with #DDF8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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