#CDADC4

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

Shades of Maverick #CDADC4

Tints of Maverick #CDADC4

Color information

#CDADC4 (or 0xCDADC4) is unknown color: approx Maverick. HEX triplet: CD, AD and C4. RGB value is (205,173,196). Sum of RGB (Red+Green+Blue) = 205+173+196=574 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.71% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADC4 is #32523B. Grayscale: #B9B9B9. Windows color (decimal): -3297852 or 12889549. OLE color: 12889549.

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

Color convert

RGB205173196-
CMYK00.160.040.20
HSL316.88º24.24%74.12%-
HSV(B)316.88º15.61%80.39%-
XYZ50.0846.8558.63-
YUV185.19134.1142.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.71%
GREEN value IS 173 (67.97% from 255) = 30.14%
BLUE value IS 196 (76.95% from 255) = 34.15%
R=35.71%
G=30.14%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517319600.160.040.20316.8824.2474.12
HexCDADC401041413d184a
Octal31525530402042447530112
Binary11001101101011011100010001000010010100100111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADC4; }

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

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

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

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

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

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

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

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