#CCAEBD

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

Shades of Maverick #CCAEBD

Tints of Maverick #CCAEBD

Color information

#CCAEBD (or 0xCCAEBD) is unknown color: approx Maverick. HEX triplet: CC, AE and BD. RGB value is (204,174,189). Sum of RGB (Red+Green+Blue) = 204+174+189=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 174 (68.36% from 255 or 30.69% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCAEBD is #335142. Grayscale: #B8B8B8. Windows color (decimal): -3363139 or 12431052. OLE color: 12431052.

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

Color convert

RGB204174189-
CMYK00.150.070.2
HSL330º22.73%74.12%-
HSV(B)330º14.71%80%-
XYZ49.2246.7854.58-
YUV184.68130.44141.78-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 174 (68.36% from 255) = 30.69%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=35.98%
G=30.69%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417418900.150.070.233022.7374.12
HexCCAEBD0F71414a174a
Octal31425627501772451227112
Binary1100110010101110101111010111111110100101001010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAEBD; }

 p { color: rgb(204,174,189); }

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

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

 a { background-color: rgb(204,174,189); }

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

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

 span { border-color: rgb(204,174,189); }

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