#DDA7CB

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

Shades of Maverick #DDA7CB

Tints of Maverick #DDA7CB

Color information

#DDA7CB (or 0xDDA7CB) is unknown color: approx Maverick. HEX triplet: DD, A7 and CB. RGB value is (221,167,203). Sum of RGB (Red+Green+Blue) = 221+167+203=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA7CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA7CB is #225834. Grayscale: #BBBBBB. Windows color (decimal): -2250805 or 13346781. OLE color: 13346781.

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

Color convert

RGB221167203-
CMYK00.240.080.13
HSL320º44.26%76.08%-
HSV(B)320º24.43%86.67%-
XYZ54.4247.3262.77-
YUV187.25136.89152.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 167 (65.62% from 255) = 28.26%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=37.39%
G=28.26%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116720300.240.080.1332044.2676.08
HexDDA7CB0188D1402c4c
Octal335247313030101550054114
Binary110111011010011111001011011000100011011010000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA7CB; }

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

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

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

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

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

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

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

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