Html Css Color HEX #DAC8C6 Alto

📋 copy color: '#DAC8C6'

red 218 ◦ green 200 ◦ blue 198

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

Shades of Alto #DAC8C6

Tints of Alto #DAC8C6

RGB

 RED value IS 218 (85.55% from 255) = 35.39%

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

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

R = 35.39%
G = 32.47%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#DAC8C6 (or 0xDAC8C6) is known color: Alto. HEX triplet: DA, C8 and C6. RGB value is (218,200,198). Sum of RGB (Red+Green+Blue) = 218+200+198=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 200 (78.52% from 255 or 32.47% from 616); Blue value is 198 (77.73% from 255 or 32.14% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC8C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8C6 is #253739. Grayscale: #CDCDCD. Windows color (decimal): -2438970 or 13027546. OLE color: 13027546.

HSL color Cylindrical-coordinate representation of color #DAC8C6: hue angle of 6º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC8C6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 200 198 -
CMYK 0 0.08 0.09 0.15
HSL 0.21% 0.82% -
HSV(B) 0.09% 0.85% -
XYZ 59.76 60.29 61.91 -
YUV 205.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 218 200 198 0 0.08 0.09 0.15 6 0.21 0.82
Hex DA C8 C6 0 8 9 F 6 15 52
Octal 332 310 306 0 10 11 17 6 25 122
Binary 11011010 11001000 11000110 0 1000 1001 1111 110 10101 1010010

Color Harmonies of #DAC8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC8C6

Black with #DAC8C6

Text Example


Text Example

White with #DAC8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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