Html Css Color HEX #DDEFDD Tara

📋 copy color: '#DDEFDD'

red 221 ◦ green 239 ◦ blue 221

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

Shades of Tara #DDEFDD

Tints of Tara #DDEFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.1%

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

R = 32.45%
G = 35.1%
B = 32.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#DDEFDD (or 0xDDEFDD) is known color: Tara. HEX triplet: DD, EF and DD. RGB value is (221,239,221). Sum of RGB (Red+Green+Blue) = 221+239+221=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 239 (93.75% from 255 or 35.10% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFDD is #221022. Grayscale: #E7E7E7. Windows color (decimal): -2232355 or 14544861. OLE color: 14544861.

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

Color convert

RGB 221 239 221 -
CMYK 0.08 0 0.08 0.06
HSL 120º 0.36% 0.9% -
HSV(B) 120º 0.08% 0.94% -
XYZ 73.74 82.33 80.41 -
YUV 231.57 122.04 120.46 -
System Red Green Blue C M Y K H S L
Decimal 221 239 221 0.08 0 0.08 0.06 120 0.36 0.9
Hex DD EF DD 8 0 8 6 78 24 5A
Octal 335 357 335 10 0 10 6 170 44 132
Binary 11011101 11101111 11011101 1000 0 1000 110 1111000 100100 1011010

Color Harmonies of #DDEFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFDD

Black with #DDEFDD

Text Example


Text Example

White with #DDEFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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