Html Css Color HEX #DDF1DD Tara

📋 copy color: '#DDF1DD'

red 221 ◦ green 241 ◦ blue 221

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

Shades of Tara #DDF1DD

Tints of Tara #DDF1DD

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.29%

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

R = 32.36%
G = 35.29%
B = 32.36%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#DDF1DD (or 0xDDF1DD) is known color: Tara. HEX triplet: DD, F1 and DD. RGB value is (221,241,221). Sum of RGB (Red+Green+Blue) = 221+241+221=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DD is #220E22. Grayscale: #E8E8E8. Windows color (decimal): -2231843 or 14545373. OLE color: 14545373.

HSL color Cylindrical-coordinate representation of color #DDF1DD: hue angle of 120º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDF1DD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 221 -
CMYK 0.08 0 0.08 0.05
HSL 120º 0.42% 0.91% -
HSV(B) 120º 0.08% 0.95% -
XYZ 74.33 83.5 80.61 -
YUV 232.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 221 241 221 0.08 0 0.08 0.05 120 0.42 0.91
Hex DD F1 DD 8 0 8 5 78 2A 5B
Octal 335 361 335 10 0 10 5 170 52 133
Binary 11011101 11110001 11011101 1000 0 1000 101 1111000 101010 1011011

Color Harmonies of #DDF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1DD

Black with #DDF1DD

Text Example


Text Example

White with #DDF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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