Html Css Color HEX #DDEEDE Tara

📋 copy color: '#DDEEDE'

red 221 ◦ green 238 ◦ blue 222

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

Shades of Tara #DDEEDE

Tints of Tara #DDEEDE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34.95%

 BLUE value IS 222 (87.11% from 255) = 32.6%

R = 32.45%
G = 34.95%
B = 32.6%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#DDEEDE (or 0xDDEEDE) is known color: Tara. HEX triplet: DD, EE and DE. RGB value is (221,238,222). Sum of RGB (Red+Green+Blue) = 221+238+222=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 222 (87.11% from 255 or 32.60% from 681); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEEDE is #221121. Grayscale: #E7E7E7. Windows color (decimal): -2232610 or 14610141. OLE color: 14610141.

HSL color Cylindrical-coordinate representation of color #DDEEDE: hue angle of 123.53º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEDE is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 222 -
CMYK 0.07 0 0.07 0.07
HSL 123.53º 0.33% 0.9% -
HSV(B) 123.53º 0.07% 0.93% -
XYZ 73.58 81.8 81.02 -
YUV 231.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 221 238 222 0.07 0 0.07 0.07 123.53 0.33 0.9
Hex DD EE DE 7 0 7 7 7C 21 5A
Octal 335 356 336 7 0 7 7 174 41 132
Binary 11011101 11101110 11011110 111 0 111 111 1111100 100001 1011010

Color Harmonies of #DDEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEEDE

Black with #DDEEDE

Text Example


Text Example

White with #DDEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEEDE; }

 p { color: rgb(221,238,222); }

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

background-color css

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

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

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

border-color css

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

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

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