Html Css Color HEX #DCEDD5 Hint Of Green

📋 copy color: '#DCEDD5'

red 220 ◦ green 237 ◦ blue 213

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

Shades of Hint Of Green #DCEDD5

Tints of Hint Of Green #DCEDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.79%

R = 32.84%
G = 35.37%
B = 31.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#DCEDD5 (or 0xDCEDD5) is known color: Hint Of Green. HEX triplet: DC, ED and D5. RGB value is (220,237,213). Sum of RGB (Red+Green+Blue) = 220+237+213=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDD5 is #23122A. Grayscale: #E5E5E5. Windows color (decimal): -2298411 or 14020060. OLE color: 14020060.

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

Color convert

RGB 220 237 213 -
CMYK 0.07 0 0.10 0.07
HSL 102.5º 0.4% 0.88% -
HSV(B) 102.5º 0.1% 0.93% -
XYZ 71.81 80.59 74.72 -
YUV 229.18 118.87 121.45 -
System Red Green Blue C M Y K H S L
Decimal 220 237 213 0.07 0 0.10 0.07 102.5 0.4 0.88
Hex DC ED D5 7 0 A 7 66 28 58
Octal 334 355 325 7 0 12 7 146 50 130
Binary 11011100 11101101 11010101 111 0 1010 111 1100110 101000 1011000

Color Harmonies of #DCEDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDD5

Black with #DCEDD5

Text Example


Text Example

White with #DCEDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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