#CDAEBB

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

Shades of Maverick #CDAEBB

Tints of Maverick #CDAEBB

Color information

#CDAEBB (or 0xCDAEBB) is unknown color: approx Maverick. HEX triplet: CD, AE and BB. RGB value is (205,174,187). Sum of RGB (Red+Green+Blue) = 205+174+187=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEBB is #325144. Grayscale: #B8B8B8. Windows color (decimal): -3297605 or 12299981. OLE color: 12299981.

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

Color convert

RGB205174187-
CMYK00.150.090.20
HSL334.84º23.66%74.31%-
HSV(B)334.84º15.12%80.39%-
XYZ49.2846.8453.46-
YUV184.75129.27142.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.22%
GREEN value IS 174 (68.36% from 255) = 30.74%
BLUE value IS 187 (73.44% from 255) = 33.04%
R=36.22%
G=30.74%
B=33.04%

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
Decimal20517418700.150.090.20334.8423.6674.31
HexCDAEBB0F91414f184a
Octal315256273017112451730112
Binary11001101101011101011101101111100110100101001111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEBB; }

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

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

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

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

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

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

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

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