#CDADC7

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

Shades of Maverick #CDADC7

Tints of Maverick #CDADC7

Color information

#CDADC7 (or 0xCDADC7) is unknown color: approx Maverick. HEX triplet: CD, AD and C7. RGB value is (205,173,199). Sum of RGB (Red+Green+Blue) = 205+173+199=577 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.53% from 577); Green value is 173 (67.97% from 255 or 29.98% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADC7 is #325238. Grayscale: #B9B9B9. Windows color (decimal): -3297849 or 13086157. OLE color: 13086157.

HSL color Cylindrical-coordinate representation of color #CDADC7: hue angle of 311.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDADC7 is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB205173199-
CMYK00.160.030.20
HSL311.25º24.24%74.12%-
HSV(B)311.25º15.61%80.39%-
XYZ50.4346.9960.44-
YUV185.53135.6141.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.53%
GREEN value IS 173 (67.97% from 255) = 29.98%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=35.53%
G=29.98%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517319900.160.030.20311.2524.2474.12
HexCDADC7010314137184a
Octal31525530702032446730112
Binary1100110110101101110001110100001110100100110111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADC7; }

 p { color: rgb(205,173,199); }

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

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

 a { background-color: rgb(205,173,199); }

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

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

 span { border-color: rgb(205,173,199); }

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