Html Css Color HEX #DDFFDC Tara

📋 copy color: '#DDFFDC'

red 221 ◦ green 255 ◦ blue 220

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

Shades of Tara #DDFFDC

Tints of Tara #DDFFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.61%

R = 31.75%
G = 36.64%
B = 31.61%

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

#DDFFDC (or 0xDDFFDC) is known color: Tara. HEX triplet: DD, FF and DC. RGB value is (221,255,220). Sum of RGB (Red+Green+Blue) = 221+255+220=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFFDC is #220023. Grayscale: #F0F0F0. Windows color (decimal): -2228260 or 14483421. OLE color: 14483421.

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

Color convert

RGB 221 255 220 -
CMYK 0.13 0 0.14 0
HSL 118.29º 1% 0.93% -
HSV(B) 118.29º 0.14% 1% -
XYZ 78.5 92.06 81.34 -
YUV 240.84 116.24 113.85 -
System Red Green Blue C M Y K H S L
Decimal 221 255 220 0.13 0 0.14 0 118.29 1 0.93
Hex DD FF DC D 0 E 0 76 64 5D
Octal 335 377 334 15 0 16 0 166 144 135
Binary 11011101 11111111 11011100 1101 0 1110 0 1110110 1100100 1011101

Color Harmonies of #DDFFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFFDC

Black with #DDFFDC

Text Example


Text Example

White with #DDFFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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