#CDAEBF

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

Shades of Maverick #CDAEBF

Tints of Maverick #CDAEBF

Color information

#CDAEBF (or 0xCDAEBF) is unknown color: approx Maverick. HEX triplet: CD, AE and BF. RGB value is (205,174,191). Sum of RGB (Red+Green+Blue) = 205+174+191=570 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.96% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 191 (75% from 255 or 33.51% from 570); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEBF is #325140. Grayscale: #B9B9B9. Windows color (decimal): -3297601 or 12562125. OLE color: 12562125.

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

Color convert

RGB205174191-
CMYK00.150.070.20
HSL327.1º23.66%74.31%-
HSV(B)327.1º15.12%80.39%-
XYZ49.7247.0155.74-
YUV185.21131.27142.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.96%
GREEN value IS 174 (68.36% from 255) = 30.53%
BLUE value IS 191 (75% from 255) = 33.51%
R=35.96%
G=30.53%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517419100.150.070.20327.123.6674.31
HexCDAEBF0F714147184a
Octal31525627701772450730112
Binary1100110110101110101111110111111110100101000111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEBF; }

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

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

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

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

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

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

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

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