Html Css Color HEX #DAACC9 Maverick

📋 copy color: '#DAACC9'

red 218 ◦ green 172 ◦ blue 201

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

Shades of Maverick #DAACC9

Tints of Maverick #DAACC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 34.01%

R = 36.89%
G = 29.1%
B = 34.01%

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

#DAACC9 (or 0xDAACC9) is known color: Maverick. HEX triplet: DA, AC and C9. RGB value is (218,172,201). Sum of RGB (Red+Green+Blue) = 218+172+201=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACC9 is #255336. Grayscale: #BCBCBC. Windows color (decimal): -2446135 or 13216986. OLE color: 13216986.

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

Color convert

RGB 218 172 201 -
CMYK 0 0.21 0.08 0.15
HSL 322.17º 0.38% 0.76% -
HSV(B) 322.17º 0.21% 0.85% -
XYZ 54.21 48.63 61.79 -
YUV 189.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 218 172 201 0 0.21 0.08 0.15 322.17 0.38 0.76
Hex DA AC C9 0 15 8 F 142 26 4C
Octal 332 254 311 0 25 10 17 502 46 114
Binary 11011010 10101100 11001001 0 10101 1000 1111 101000010 100110 1001100

Color Harmonies of #DAACC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACC9

Black with #DAACC9

Text Example


Text Example

White with #DAACC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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