#CDAABD

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

Shades of Maverick #CDAABD

Tints of Maverick #CDAABD

Color information

#CDAABD (or 0xCDAABD) is unknown color: approx Maverick. HEX triplet: CD, AA and BD. RGB value is (205,170,189). Sum of RGB (Red+Green+Blue) = 205+170+189=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 189 (74.22% from 255 or 33.51% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAABD is #325542. Grayscale: #B6B6B6. Windows color (decimal): -3298627 or 12430029. OLE color: 12430029.

HSL color Cylindrical-coordinate representation of color #CDAABD: hue angle of 327.43º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDAABD is Cyan = 0, Magento = 0.17, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB205170189-
CMYK00.170.080.20
HSL327.43º25.93%73.53%-
HSV(B)327.43º17.07%80.39%-
XYZ48.7445.454.34-
YUV182.63131.6143.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.35%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 189 (74.22% from 255) = 33.51%
R=36.35%
G=30.14%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517018900.170.080.20327.4325.9373.53
HexCDAABD0118141471a4a
Octal315252275021102450732112
Binary110011011010101010111101010001100010100101000111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAABD; }

 p { color: rgb(205,170,189); }

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

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

 a { background-color: rgb(205,170,189); }

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

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

 span { border-color: rgb(205,170,189); }

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