#DAA8CB

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

Shades of Maverick #DAA8CB

Tints of Maverick #DAA8CB

Color information

#DAA8CB (or 0xDAA8CB) is unknown color: approx Maverick. HEX triplet: DA, A8 and CB. RGB value is (218,168,203). Sum of RGB (Red+Green+Blue) = 218+168+203=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8CB is #255734. Grayscale: #BABABA. Windows color (decimal): -2447157 or 13347034. OLE color: 13347034.

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

Color convert

RGB218168203-
CMYK00.230.070.15
HSL318º40.32%75.69%-
HSV(B)318º22.94%85.49%-
XYZ53.747.2262.78-
YUV186.94137.06150.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=37.01%
G=28.52%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816820300.230.070.1531840.3275.69
HexDAA8CB0177F13e284c
Octal33225031302771747650114
Binary11011010101010001100101101011111111111001111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8CB; }

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

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

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

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

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

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

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

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