#CDAEBD

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

Shades of Maverick #CDAEBD

Tints of Maverick #CDAEBD

Color information

#CDAEBD (or 0xCDAEBD) is unknown color: approx Maverick. HEX triplet: CD, AE and BD. RGB value is (205,174,189). Sum of RGB (Red+Green+Blue) = 205+174+189=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 174 (68.36% from 255 or 30.63% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEBD is #325142. Grayscale: #B8B8B8. Windows color (decimal): -3297603 or 12431053. OLE color: 12431053.

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

Color convert

RGB205174189-
CMYK00.150.080.20
HSL330.97º23.66%74.31%-
HSV(B)330.97º15.12%80.39%-
XYZ49.546.9354.59-
YUV184.98130.27142.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 174 (68.36% from 255) = 30.63%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=36.09%
G=30.63%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517418900.150.080.20330.9723.6674.31
HexCDAEBD0F81414b184a
Octal315256275017102451330112
Binary11001101101011101011110101111100010100101001011110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEBD; }

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

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

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

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

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

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

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

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