Html Css Color HEX #DAACCA Maverick

📋 copy color: '#DAACCA'

red 218 ◦ green 172 ◦ blue 202

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

Shades of Maverick #DAACCA

Tints of Maverick #DAACCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 36.82%
G = 29.05%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#DAACCA (or 0xDAACCA) is known color: Maverick. HEX triplet: DA, AC and CA. RGB value is (218,172,202). Sum of RGB (Red+Green+Blue) = 218+172+202=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACCA is #255335. Grayscale: #BDBDBD. Windows color (decimal): -2446134 or 13282522. OLE color: 13282522.

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

Color convert

RGB 218 172 202 -
CMYK 0 0.21 0.07 0.15
HSL 320.87º 0.38% 0.76% -
HSV(B) 320.87º 0.21% 0.85% -
XYZ 54.33 48.67 62.41 -
YUV 189.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 218 172 202 0 0.21 0.07 0.15 320.87 0.38 0.76
Hex DA AC CA 0 15 7 F 141 26 4C
Octal 332 254 312 0 25 7 17 501 46 114
Binary 11011010 10101100 11001010 0 10101 111 1111 101000001 100110 1001100

Color Harmonies of #DAACCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAACCA

Black with #DAACCA

Text Example


Text Example

White with #DAACCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAACCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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