Html Css Color HEX #DCEEDD Tara

📋 copy color: '#DCEEDD'

red 220 ◦ green 238 ◦ blue 221

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

Shades of Tara #DCEEDD

Tints of Tara #DCEEDD

RGB

 RED value IS 220 (86.33% from 255) = 32.4%

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

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

R = 32.4%
G = 35.05%
B = 32.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#DCEEDD (or 0xDCEEDD) is known color: Tara. HEX triplet: DC, EE and DD. RGB value is (220,238,221). Sum of RGB (Red+Green+Blue) = 220+238+221=679 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.40% from 679); Green value is 238 (93.36% from 255 or 35.05% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEEDD is #231122. Grayscale: #E6E6E6. Windows color (decimal): -2298147 or 14544604. OLE color: 14544604.

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

Color convert

RGB 220 238 221 -
CMYK 0.08 0 0.07 0.07
HSL 123.33º 0.35% 0.9% -
HSV(B) 123.33º 0.08% 0.93% -
XYZ 73.14 81.59 80.3 -
YUV 230.68 122.54 120.38 -
System Red Green Blue C M Y K H S L
Decimal 220 238 221 0.08 0 0.07 0.07 123.33 0.35 0.9
Hex DC EE DD 8 0 7 7 7B 23 5A
Octal 334 356 335 10 0 7 7 173 43 132
Binary 11011100 11101110 11011101 1000 0 111 111 1111011 100011 1011010

Color Harmonies of #DCEEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEEDD

Black with #DCEEDD

Text Example


Text Example

White with #DCEEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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