Html Css Color HEX #DCC8C6 Alto

📋 copy color: '#DCC8C6'

red 220 ◦ green 200 ◦ blue 198

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

Shades of Alto #DCC8C6

Tints of Alto #DCC8C6

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.36%

 BLUE value IS 198 (77.73% from 255) = 32.04%

R = 35.6%
G = 32.36%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCC8C6 (or 0xDCC8C6) is known color: Alto. HEX triplet: DC, C8 and C6. RGB value is (220,200,198). Sum of RGB (Red+Green+Blue) = 220+200+198=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 200 (78.52% from 255 or 32.36% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8C6 is #233739. Grayscale: #CDCDCD. Windows color (decimal): -2307898 or 13027548. OLE color: 13027548.

HSL color Cylindrical-coordinate representation of color #DCC8C6: hue angle of 5.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC8C6 is Cyan = 0, Magento = 0.09, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 198 -
CMYK 0 0.09 0.1 0.14
HSL 5.45º 0.24% 0.82% -
HSV(B) 5.45º 0.1% 0.86% -
XYZ 60.36 60.6 61.94 -
YUV 205.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 220 200 198 0 0.09 0.1 0.14 5.45 0.24 0.82
Hex DC C8 C6 0 9 A E 5 18 52
Octal 334 310 306 0 11 12 16 5 30 122
Binary 11011100 11001000 11000110 0 1001 1010 1110 101 11000 1010010

Color Harmonies of #DCC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC8C6

Black with #DCC8C6

Text Example


Text Example

White with #DCC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC8C6; }

 p { color: rgb(220,200,198); }

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

background-color css

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

 a { background-color: rgb(220,200,198); }

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

border-color css

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

 span { border-color: rgb(220,200,198); }

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