#DDA6CB

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

Shades of Maverick #DDA6CB

Tints of Maverick #DDA6CB

Color information

#DDA6CB (or 0xDDA6CB) is unknown color: approx Maverick. HEX triplet: DD, A6 and CB. RGB value is (221,166,203). Sum of RGB (Red+Green+Blue) = 221+166+203=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 166 (65.23% from 255 or 28.14% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA6CB is #225934. Grayscale: #BABABA. Windows color (decimal): -2251061 or 13346525. OLE color: 13346525.

HSL color Cylindrical-coordinate representation of color #DDA6CB: hue angle of 319.64º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDA6CB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221166203-
CMYK00.250.080.13
HSL319.64º44.72%75.88%-
HSV(B)319.64º24.89%86.67%-
XYZ54.2346.9662.7-
YUV186.66137.22152.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 166 (65.23% from 255) = 28.14%
BLUE value IS 203 (79.69% from 255) = 34.41%
R=37.46%
G=28.14%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116620300.250.080.13319.6444.7275.88
HexDDA6CB0198D1402d4c
Octal335246313031101550055114
Binary110111011010011011001011011001100011011010000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA6CB; }

 p { color: rgb(221,166,203); }

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

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

 a { background-color: rgb(221,166,203); }

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

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

 span { border-color: rgb(221,166,203); }

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