Html Css Color HEX #D5ADCA Maverick

📋 copy color: '#D5ADCA'

red 213 ◦ green 173 ◦ blue 202

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

Shades of Maverick #D5ADCA

Tints of Maverick #D5ADCA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.42%

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

R = 36.22%
G = 29.42%
B = 34.35%

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

#D5ADCA (or 0xD5ADCA) is known color: Maverick. HEX triplet: D5, AD and CA. RGB value is (213,173,202). Sum of RGB (Red+Green+Blue) = 213+173+202=588 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.22% from 588); Green value is 173 (67.97% from 255 or 29.42% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADCA is #2A5235. Grayscale: #BCBCBC. Windows color (decimal): -2773558 or 13282773. OLE color: 13282773.

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

Color convert

RGB 213 173 202 -
CMYK 0 0.19 0.05 0.16
HSL 316.5º 0.32% 0.76% -
HSV(B) 316.5º 0.19% 0.84% -
XYZ 53.04 48.3 62.4 -
YUV 188.27 135.75 145.64 -
System Red Green Blue C M Y K H S L
Decimal 213 173 202 0 0.19 0.05 0.16 316.5 0.32 0.76
Hex D5 AD CA 0 13 5 10 13C 20 4C
Octal 325 255 312 0 23 5 20 474 40 114
Binary 11010101 10101101 11001010 0 10011 101 10000 100111100 100000 1001100

Color Harmonies of #D5ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADCA

Black with #D5ADCA

Text Example


Text Example

White with #D5ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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