#DDA5CB

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

Shades of Maverick #DDA5CB

Tints of Maverick #DDA5CB

Color information

#DDA5CB (or 0xDDA5CB) is unknown color: approx Maverick. HEX triplet: DD, A5 and CB. RGB value is (221,165,203). Sum of RGB (Red+Green+Blue) = 221+165+203=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5CB is #225A34. Grayscale: #B9B9B9. Windows color (decimal): -2251317 or 13346269. OLE color: 13346269.

HSL color Cylindrical-coordinate representation of color #DDA5CB: hue angle of 319.29º 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 #DDA5CB is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221165203-
CMYK00.250.080.13
HSL319.29º45.16%75.69%-
HSV(B)319.29º25.34%86.67%-
XYZ54.0546.5962.64-
YUV186.08137.55152.91-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 165 (64.84% from 255) = 28.01%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=37.52%
G=28.01%
B=34.47%

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
Decimal22116520300.250.080.13319.2945.1675.69
HexDDA5CB0198D13f2d4c
Octal335245313031101547755114
Binary110111011010010111001011011001100011011001111111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5CB; }

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

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

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

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

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

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

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

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