Html Css Color HEX #DCC7C6 Alto

📋 copy color: '#DCC7C6'

red 220 ◦ green 199 ◦ blue 198

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

Shades of Alto #DCC7C6

Tints of Alto #DCC7C6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 32.25%

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

R = 35.66%
G = 32.25%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#DCC7C6 (or 0xDCC7C6) is known color: Alto. HEX triplet: DC, C7 and C6. RGB value is (220,199,198). Sum of RGB (Red+Green+Blue) = 220+199+198=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 199 (78.12% from 255 or 32.25% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC7C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7C6 is #233839. Grayscale: #CDCDCD. Windows color (decimal): -2308154 or 13027292. OLE color: 13027292.

HSL color Cylindrical-coordinate representation of color #DCC7C6: hue angle of 2.73º 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 #DCC7C6 is Cyan = 0, Magento = 0.10, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 199 198 -
CMYK 0 0.10 0.1 0.14
HSL 2.73º 0.24% 0.82% -
HSV(B) 2.73º 0.1% 0.86% -
XYZ 60.13 60.14 61.86 -
YUV 205.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 220 199 198 0 0.10 0.1 0.14 2.73 0.24 0.82
Hex DC C7 C6 0 A A E 3 18 52
Octal 334 307 306 0 12 12 16 3 30 122
Binary 11011100 11000111 11000110 0 1010 1010 1110 11 11000 1010010

Color Harmonies of #DCC7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC7C6

Black with #DCC7C6

Text Example


Text Example

White with #DCC7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC7C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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