Html Css Color HEX #DDEFDC Tara

📋 copy color: '#DDEFDC'

red 221 ◦ green 239 ◦ blue 220

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

Shades of Tara #DDEFDC

Tints of Tara #DDEFDC

RGB

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

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

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

R = 32.5%
G = 35.15%
B = 32.35%

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

#DDEFDC (or 0xDDEFDC) is known color: Tara. HEX triplet: DD, EF and DC. RGB value is (221,239,220). Sum of RGB (Red+Green+Blue) = 221+239+220=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 239 (93.75% from 255 or 35.15% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEFDC is #221023. Grayscale: #E7E7E7. Windows color (decimal): -2232356 or 14479325. OLE color: 14479325.

HSL color Cylindrical-coordinate representation of color #DDEFDC: hue angle of 116.84º degrees, saturation: 0.37, 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 #DDEFDC is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 220 -
CMYK 0.08 0 0.08 0.06
HSL 116.84º 0.37% 0.9% -
HSV(B) 116.84º 0.08% 0.94% -
XYZ 73.6 82.27 79.71 -
YUV 231.45 121.54 120.54 -
System Red Green Blue C M Y K H S L
Decimal 221 239 220 0.08 0 0.08 0.06 116.84 0.37 0.9
Hex DD EF DC 8 0 8 6 75 25 5A
Octal 335 357 334 10 0 10 6 165 45 132
Binary 11011101 11101111 11011100 1000 0 1000 110 1110101 100101 1011010

Color Harmonies of #DDEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEFDC

Black with #DDEFDC

Text Example


Text Example

White with #DDEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEFDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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