#CDAEBA

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

Shades of Maverick #CDAEBA

Tints of Maverick #CDAEBA

Color information

#CDAEBA (or 0xCDAEBA) is unknown color: approx Maverick. HEX triplet: CD, AE and BA. RGB value is (205,174,186). Sum of RGB (Red+Green+Blue) = 205+174+186=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 186 (73.05% from 255 or 32.92% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEBA is #325145. Grayscale: #B8B8B8. Windows color (decimal): -3297606 or 12234445. OLE color: 12234445.

HSL color Cylindrical-coordinate representation of color #CDAEBA: hue angle of 336.77º degrees, saturation: 0.24, 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 #CDAEBA is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205174186-
CMYK00.150.090.20
HSL336.77º23.66%74.31%-
HSV(B)336.77º15.12%80.39%-
XYZ49.1846.852.9-
YUV184.64128.77142.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.28%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 186 (73.05% from 255) = 32.92%
R=36.28%
G=30.80%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517418600.150.090.20336.7723.6674.31
HexCDAEBA0F914151184a
Octal315256272017112452130112
Binary11001101101011101011101001111100110100101010001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEBA; }

 p { color: rgb(205,174,186); }

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

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

 a { background-color: rgb(205,174,186); }

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

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

 span { border-color: rgb(205,174,186); }

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