Html Css Color HEX #DDFDDD Tara

📋 copy color: '#DDFDDD'

red 221 ◦ green 253 ◦ blue 221

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

Shades of Tara #DDFDDD

Tints of Tara #DDFDDD

RGB

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

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

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

R = 31.8%
G = 36.4%
B = 31.8%

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

#DDFDDD (or 0xDDFDDD) is known color: Tara. HEX triplet: DD, FD and DD. RGB value is (221,253,221). Sum of RGB (Red+Green+Blue) = 221+253+221=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 221 (86.72% from 255 or 31.80% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFDDD is #220222. Grayscale: #EFEFEF. Windows color (decimal): -2228771 or 14548445. OLE color: 14548445.

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

Color convert

RGB 221 253 221 -
CMYK 0.13 0 0.13 0.01
HSL 120º 0.89% 0.93% -
HSV(B) 120º 0.13% 0.99% -
XYZ 78 90.84 81.83 -
YUV 239.78 117.4 114.6 -
System Red Green Blue C M Y K H S L
Decimal 221 253 221 0.13 0 0.13 0.01 120 0.89 0.93
Hex DD FD DD D 0 D 1 78 59 5D
Octal 335 375 335 15 0 15 1 170 131 135
Binary 11011101 11111101 11011101 1101 0 1101 1 1111000 1011001 1011101

Color Harmonies of #DDFDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFDDD

Black with #DDFDDD

Text Example


Text Example

White with #DDFDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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