Html Css Color HEX #DDFFDB Tara

📋 copy color: '#DDFFDB'

red 221 ◦ green 255 ◦ blue 219

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

Shades of Tara #DDFFDB

Tints of Tara #DDFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 36.69%

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

R = 31.8%
G = 36.69%
B = 31.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#DDFFDB (or 0xDDFFDB) is known color: 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

RGB 221 255 219 -
CMYK 0.13 0 0.14 0
HSL 116.67º 1% 0.93% -
HSV(B) 116.67º 0.14% 1% -
XYZ 78.36 92.01 80.65 -
YUV 240.73 115.74 113.93 -
System Red Green Blue C M Y K H S L
Decimal 221 255 219 0.13 0 0.14 0 116.67 1 0.93
Hex DD FF DB D 0 E 0 75 64 5D
Octal 335 377 333 15 0 16 0 165 144 135
Binary 11011101 11111111 11011011 1101 0 1110 0 1110101 1100100 1011101

Color Harmonies of #DDFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFDB

Black with #DDFFDB

Text Example


Text Example

White with #DDFFDB

Text Example


Text Example

HTML Codes & Css Web 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>