Html Css Color HEX #DAAACC Maverick

📋 copy color: '#DAAACC'

red 218 ◦ green 170 ◦ blue 204

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

Shades of Maverick #DAAACC

Tints of Maverick #DAAACC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.72%

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 36.82%
G = 28.72%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAAACC (or 0xDAAACC) is known color: Maverick. HEX triplet: DA, AA and CC. RGB value is (218,170,204). Sum of RGB (Red+Green+Blue) = 218+170+204=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 170 (66.80% from 255 or 28.72% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAACC is #255533. Grayscale: #BCBCBC. Windows color (decimal): -2446644 or 13413082. OLE color: 13413082.

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

Color convert

RGB 218 170 204 -
CMYK 0 0.22 0.06 0.15
HSL 317.5º 0.39% 0.76% -
HSV(B) 317.5º 0.22% 0.85% -
XYZ 54.19 48.01 63.54 -
YUV 188.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 218 170 204 0 0.22 0.06 0.15 317.5 0.39 0.76
Hex DA AA CC 0 16 6 F 13E 27 4C
Octal 332 252 314 0 26 6 17 476 47 114
Binary 11011010 10101010 11001100 0 10110 110 1111 100111110 100111 1001100

Color Harmonies of #DAAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAACC

Black with #DAAACC

Text Example


Text Example

White with #DAAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAACC; }

 p { color: rgb(218,170,204); }

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

background-color css

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

 a { background-color: rgb(218,170,204); }

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

border-color css

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

 span { border-color: rgb(218,170,204); }

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