#DDA8CB

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

Shades of Maverick #DDA8CB

Tints of Maverick #DDA8CB

Color information

#DDA8CB (or 0xDDA8CB) is unknown color: approx Maverick. HEX triplet: DD, A8 and CB. RGB value is (221,168,203). Sum of RGB (Red+Green+Blue) = 221+168+203=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 168 (66.02% from 255 or 28.38% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8CB is #225734. Grayscale: #BBBBBB. Windows color (decimal): -2250549 or 13347037. OLE color: 13347037.

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

Color convert

RGB221168203-
CMYK00.240.080.13
HSL320.38º43.8%76.27%-
HSV(B)320.38º23.98%86.67%-
XYZ54.647.6962.83-
YUV187.84136.56151.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 168 (66.02% from 255) = 28.38%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=37.33%
G=28.38%
B=34.29%

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
Decimal22116820300.240.080.13320.3843.876.27
HexDDA8CB0188D1402c4c
Octal335250313030101550054114
Binary110111011010100011001011011000100011011010000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8CB; }

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

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

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

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

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

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

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

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