#DDA8CA

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

Shades of Maverick #DDA8CA

Tints of Maverick #DDA8CA

Color information

#DDA8CA (or 0xDDA8CA) is unknown color: approx Maverick. HEX triplet: DD, A8 and CA. RGB value is (221,168,202). Sum of RGB (Red+Green+Blue) = 221+168+202=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 168 (66.02% from 255 or 28.43% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA8CA is #225735. Grayscale: #BBBBBB. Windows color (decimal): -2250550 or 13281501. OLE color: 13281501.

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

Color convert

RGB221168202-
CMYK00.240.090.13
HSL321.51º43.8%76.27%-
HSV(B)321.51º23.98%86.67%-
XYZ54.4847.6462.2-
YUV187.72136.06151.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 168 (66.02% from 255) = 28.43%
BLUE value IS 202 (79.30% from 255) = 34.18%
R=37.39%
G=28.43%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116820200.240.090.13321.5143.876.27
HexDDA8CA0189D1422c4c
Octal335250312030111550254114
Binary110111011010100011001010011000100111011010000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA8CA; }

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

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

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

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

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

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

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

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