Html Css Color HEX #DCEDDB Tara

📋 copy color: '#DCEDDB'

red 220 ◦ green 237 ◦ blue 219

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

Shades of Tara #DCEDDB

Tints of Tara #DCEDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.06%

 BLUE value IS 219 (85.94% from 255) = 32.4%

R = 32.54%
G = 35.06%
B = 32.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DCEDDB (or 0xDCEDDB) is known color: Tara. HEX triplet: DC, ED and DB. RGB value is (220,237,219). Sum of RGB (Red+Green+Blue) = 220+237+219=676 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.54% from 676); Green value is 237 (92.97% from 255 or 35.06% from 676); Blue value is 219 (85.94% from 255 or 32.40% from 676); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDDB is #231224. Grayscale: #E5E5E5. Windows color (decimal): -2298405 or 14413276. OLE color: 14413276.

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

Color convert

RGB 220 237 219 -
CMYK 0.07 0 0.08 0.07
HSL 116.67º 0.33% 0.89% -
HSV(B) 116.67º 0.08% 0.93% -
XYZ 72.59 80.9 78.81 -
YUV 229.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 220 237 219 0.07 0 0.08 0.07 116.67 0.33 0.89
Hex DC ED DB 7 0 8 7 75 21 59
Octal 334 355 333 7 0 10 7 165 41 131
Binary 11011100 11101101 11011011 111 0 1000 111 1110101 100001 1011001

Color Harmonies of #DCEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDDB

Black with #DCEDDB

Text Example


Text Example

White with #DCEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDDB; }

 p { color: rgb(220,237,219); }

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

background-color css

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

 a { background-color: rgb(220,237,219); }

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

border-color css

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

 span { border-color: rgb(220,237,219); }

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