#CEAABD

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

Shades of Maverick #CEAABD

Tints of Maverick #CEAABD

Color information

#CEAABD (or 0xCEAABD) is unknown color: approx Maverick. HEX triplet: CE, AA and BD. RGB value is (206,170,189). Sum of RGB (Red+Green+Blue) = 206+170+189=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAABD is #315542. Grayscale: #B6B6B6. Windows color (decimal): -3233091 or 12430030. OLE color: 12430030.

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

Color convert

RGB206170189-
CMYK00.170.080.19
HSL328.33º26.87%73.73%-
HSV(B)328.33º17.48%80.78%-
XYZ49.0145.5554.35-
YUV182.93131.43144.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.46%
GREEN value IS 170 (66.80% from 255) = 30.09%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=36.46%
G=30.09%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617018900.170.080.19328.3326.8773.73
HexCEAABD0118131481b4a
Octal316252275021102351033112
Binary110011101010101010111101010001100010011101001000110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAABD; }

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

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

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

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

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

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

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

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