#DAACCB

Color #DAACCB Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #DAACCB

Tints of Maverick #DAACCB

Color information

#DAACCB (or 0xDAACCB) is unknown color: approx Maverick. HEX triplet: DA, AC and CB. RGB value is (218,172,203). Sum of RGB (Red+Green+Blue) = 218+172+203=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACCB is #255334. Grayscale: #BDBDBD. Windows color (decimal): -2446133 or 13348058. OLE color: 13348058.

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

Color convert

RGB218172203-
CMYK00.210.070.15
HSL319.57º38.33%76.47%-
HSV(B)319.57º21.1%85.49%-
XYZ54.4548.7263.03-
YUV189.29135.74148.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.76%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 203 (79.69% from 255) = 34.23%
R=36.76%
G=29.01%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817220300.210.070.15319.5738.3376.47
HexDAACCB0157F140264c
Octal33225431302571750046114
Binary11011010101011001100101101010111111111010000001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACCB; }

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

 H1.HeaderClassName
 {
   color: #DAACCB;
 }
 .AnyTagClassName
 {
   color: #DAACCB;
 }
</style>
background-color css

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

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

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

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

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

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