Html Css Color HEX #DDFDDC Tara

📋 copy color: '#DDFDDC'

red 221 ◦ green 253 ◦ blue 220

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

Shades of Tara #DDFDDC

Tints of Tara #DDFDDC

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.46%

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

R = 31.84%
G = 36.46%
B = 31.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#DDFDDC (or 0xDDFDDC) is known color: Tara. HEX triplet: DD, FD and DC. RGB value is (221,253,220). Sum of RGB (Red+Green+Blue) = 221+253+220=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 253 (99.22% from 255 or 36.46% from 694); Blue value is 220 (86.33% from 255 or 31.70% from 694); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDDC is #220223. Grayscale: #EFEFEF. Windows color (decimal): -2228772 or 14482909. OLE color: 14482909.

HSL color Cylindrical-coordinate representation of color #DDFDDC: hue angle of 118.18º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDFDDC is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 220 -
CMYK 0.13 0 0.13 0.01
HSL 118.18º 0.89% 0.93% -
HSV(B) 118.18º 0.13% 0.99% -
XYZ 77.86 90.79 81.13 -
YUV 239.67 116.9 114.68 -
System Red Green Blue C M Y K H S L
Decimal 221 253 220 0.13 0 0.13 0.01 118.18 0.89 0.93
Hex DD FD DC D 0 D 1 76 59 5D
Octal 335 375 334 15 0 15 1 166 131 135
Binary 11011101 11111101 11011100 1101 0 1101 1 1110110 1011001 1011101

Color Harmonies of #DDFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDDC

Black with #DDFDDC

Text Example


Text Example

White with #DDFDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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