#CDADC2

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

Shades of Maverick #CDADC2

Tints of Maverick #CDADC2

Color information

#CDADC2 (or 0xCDADC2) is unknown color: approx Maverick. HEX triplet: CD, AD and C2. RGB value is (205,173,194). Sum of RGB (Red+Green+Blue) = 205+173+194=572 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.84% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDADC2 is #32523D. Grayscale: #B8B8B8. Windows color (decimal): -3297854 or 12758477. OLE color: 12758477.

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

Color convert

RGB205173194-
CMYK00.160.050.20
HSL320.62º24.24%74.12%-
HSV(B)320.62º15.61%80.39%-
XYZ49.8646.7657.44-
YUV184.96133.1142.29-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.84%
GREEN value IS 173 (67.97% from 255) = 30.24%
BLUE value IS 194 (76.17% from 255) = 33.92%
R=35.84%
G=30.24%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517319400.160.050.20320.6224.2474.12
HexCDADC2010514141184a
Octal31525530202052450130112
Binary11001101101011011100001001000010110100101000001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADC2; }

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

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

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

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

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

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

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

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