Html Css Color HEX #DDA9C8 Maverick

📋 copy color: '#DDA9C8'

red 221 ◦ green 169 ◦ blue 200

#DDA9C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maverick #DDA9C8

Tints of Maverick #DDA9C8

RGB

 RED value IS 221 (86.72% from 255) = 37.46%

 GREEN value IS 169 (66.41% from 255) = 28.64%

 BLUE value IS 200 (78.52% from 255) = 33.9%

R = 37.46%
G = 28.64%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#DDA9C8 (or 0xDDA9C8) is known color: Maverick. HEX triplet: DD, A9 and C8. RGB value is (221,169,200). Sum of RGB (Red+Green+Blue) = 221+169+200=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9C8 is #225637. Grayscale: #BCBCBC. Windows color (decimal): -2250296 or 13150685. OLE color: 13150685.

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

Color convert

RGB 221 169 200 -
CMYK 0 0.24 0.10 0.13
HSL 324.23º 0.43% 0.76% -
HSV(B) 324.23º 0.24% 0.87% -
XYZ 54.43 47.92 61.02 -
YUV 188.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 221 169 200 0 0.24 0.10 0.13 324.23 0.43 0.76
Hex DD A9 C8 0 18 A D 144 2B 4C
Octal 335 251 310 0 30 12 15 504 53 114
Binary 11011101 10101001 11001000 0 11000 1010 1101 101000100 101011 1001100

Color Harmonies of #DDA9C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9C8

Black with #DDA9C8

Text Example


Text Example

White with #DDA9C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9C8; }

 p { color: rgb(221,169,200); }

 H1.HeaderClassName
 {
   color: #DDA9C8;
 }
 .AnyTagClassName
 {
   color: #DDA9C8;
 }
</style>

background-color css

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

 a { background-color: rgb(221,169,200); }

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

border-color css

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

 span { border-color: rgb(221,169,200); }

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