Html Css Color HEX #D5ABCA Maverick

📋 copy color: '#D5ABCA'

red 213 ◦ green 171 ◦ blue 202

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

Shades of Maverick #D5ABCA

Tints of Maverick #D5ABCA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.18%

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 36.35%
G = 29.18%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5ABCA (or 0xD5ABCA) is known color: Maverick. HEX triplet: D5, AB and CA. RGB value is (213,171,202). Sum of RGB (Red+Green+Blue) = 213+171+202=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 171 (67.19% from 255 or 29.18% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ABCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ABCA is #2A5435. Grayscale: #BBBBBB. Windows color (decimal): -2774070 or 13282261. OLE color: 13282261.

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

Color convert

RGB 213 171 202 -
CMYK 0 0.20 0.05 0.16
HSL 315.71º 0.33% 0.75% -
HSV(B) 315.71º 0.2% 0.84% -
XYZ 52.66 47.54 62.28 -
YUV 187.09 136.41 146.48 -
System Red Green Blue C M Y K H S L
Decimal 213 171 202 0 0.20 0.05 0.16 315.71 0.33 0.75
Hex D5 AB CA 0 14 5 10 13C 21 4B
Octal 325 253 312 0 24 5 20 474 41 113
Binary 11010101 10101011 11001010 0 10100 101 10000 100111100 100001 1001011

Color Harmonies of #D5ABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ABCA

Black with #D5ABCA

Text Example


Text Example

White with #D5ABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ABCA; }

 p { color: rgb(213,171,202); }

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

background-color css

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

 a { background-color: rgb(213,171,202); }

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

border-color css

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

 span { border-color: rgb(213,171,202); }

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