Html Css Color HEX #DAC9C6 Alto

📋 copy color: '#DAC9C6'

red 218 ◦ green 201 ◦ blue 198

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

Shades of Alto #DAC9C6

Tints of Alto #DAC9C6

RGB

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

 GREEN value IS 201 (78.91% from 255) = 32.58%

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

R = 35.33%
G = 32.58%
B = 32.09%

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

#DAC9C6 (or 0xDAC9C6) is known color: Alto. HEX triplet: DA, C9 and C6. RGB value is (218,201,198). Sum of RGB (Red+Green+Blue) = 218+201+198=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 201 (78.91% from 255 or 32.58% from 617); Blue value is 198 (77.73% from 255 or 32.09% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC9C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC9C6 is #253639. Grayscale: #CDCDCD. Windows color (decimal): -2438714 or 13027802. OLE color: 13027802.

HSL color Cylindrical-coordinate representation of color #DAC9C6: hue angle of 9º 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 #DAC9C6 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 198 -
CMYK 0 0.08 0.09 0.15
HSL 0.21% 0.82% -
HSV(B) 0.09% 0.85% -
XYZ 59.99 60.76 61.99 -
YUV 205.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 218 201 198 0 0.08 0.09 0.15 9 0.21 0.82
Hex DA C9 C6 0 8 9 F 9 15 52
Octal 332 311 306 0 10 11 17 11 25 122
Binary 11011010 11001001 11000110 0 1000 1001 1111 1001 10101 1010010

Color Harmonies of #DAC9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC9C6

Black with #DAC9C6

Text Example


Text Example

White with #DAC9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC9C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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