#CDAEC2

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

Shades of Maverick #CDAEC2

Tints of Maverick #CDAEC2

Color information

#CDAEC2 (or 0xCDAEC2) is unknown color: approx Maverick. HEX triplet: CD, AE and C2. RGB value is (205,174,194). Sum of RGB (Red+Green+Blue) = 205+174+194=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAEC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDAEC2 is #32513D. Grayscale: #B9B9B9. Windows color (decimal): -3297598 or 12758733. OLE color: 12758733.

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

Color convert

RGB205174194-
CMYK00.150.050.20
HSL321.29º23.66%74.31%-
HSV(B)321.29º15.12%80.39%-
XYZ50.0547.1557.5-
YUV185.55132.77141.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.78%
GREEN value IS 174 (68.36% from 255) = 30.37%
BLUE value IS 194 (76.17% from 255) = 33.86%
R=35.78%
G=30.37%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517419400.150.050.20321.2923.6674.31
HexCDAEC20F514141184a
Octal31525630201752450130112
Binary1100110110101110110000100111110110100101000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAEC2; }

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

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

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

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

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

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

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

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