Html Css Color HEX #D5ACCB Maverick

📋 copy color: '#D5ACCB'

red 213 ◦ green 172 ◦ blue 203

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

Shades of Maverick #D5ACCB

Tints of Maverick #D5ACCB

RGB

 RED value IS 213 (83.59% from 255) = 36.22%

 GREEN value IS 172 (67.58% from 255) = 29.25%

 BLUE value IS 203 (79.69% from 255) = 34.52%

R = 36.22%
G = 29.25%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5ACCB (or 0xD5ACCB) is known color: Maverick. HEX triplet: D5, AC and CB. RGB value is (213,172,203). Sum of RGB (Red+Green+Blue) = 213+172+203=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ACCB is #2A5334. Grayscale: #BBBBBB. Windows color (decimal): -2773813 or 13348053. OLE color: 13348053.

HSL color Cylindrical-coordinate representation of color #D5ACCB: hue angle of 314.63º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ACCB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 203 -
CMYK 0 0.19 0.05 0.16
HSL 314.63º 0.33% 0.75% -
HSV(B) 314.63º 0.19% 0.84% -
XYZ 52.97 47.96 62.97 -
YUV 187.79 136.58 145.98 -
System Red Green Blue C M Y K H S L
Decimal 213 172 203 0 0.19 0.05 0.16 314.63 0.33 0.75
Hex D5 AC CB 0 13 5 10 13B 21 4B
Octal 325 254 313 0 23 5 20 473 41 113
Binary 11010101 10101100 11001011 0 10011 101 10000 100111011 100001 1001011

Color Harmonies of #D5ACCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ACCB

Black with #D5ACCB

Text Example


Text Example

White with #D5ACCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ACCB; }

 p { color: rgb(213,172,203); }

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

background-color css

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

 a { background-color: rgb(213,172,203); }

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

border-color css

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

 span { border-color: rgb(213,172,203); }

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