Html Css Color HEX #DAACC8 Maverick

📋 copy color: '#DAACC8'

red 218 ◦ green 172 ◦ blue 200

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

Shades of Maverick #DAACC8

Tints of Maverick #DAACC8

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.15%

 BLUE value IS 200 (78.52% from 255) = 33.9%

R = 36.95%
G = 29.15%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#DAACC8 (or 0xDAACC8) is known color: Maverick. HEX triplet: DA, AC and C8. RGB value is (218,172,200). Sum of RGB (Red+Green+Blue) = 218+172+200=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC8 is #255337. Grayscale: #BCBCBC. Windows color (decimal): -2446136 or 13151450. OLE color: 13151450.

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

Color convert

RGB 218 172 200 -
CMYK 0 0.21 0.08 0.15
HSL 323.48º 0.38% 0.76% -
HSV(B) 323.48º 0.21% 0.85% -
XYZ 54.09 48.58 61.17 -
YUV 188.95 134.24 148.72 -
System Red Green Blue C M Y K H S L
Decimal 218 172 200 0 0.21 0.08 0.15 323.48 0.38 0.76
Hex DA AC C8 0 15 8 F 143 26 4C
Octal 332 254 310 0 25 10 17 503 46 114
Binary 11011010 10101100 11001000 0 10101 1000 1111 101000011 100110 1001100

Color Harmonies of #DAACC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACC8

Black with #DAACC8

Text Example


Text Example

White with #DAACC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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