Html Css Color HEX #D7ADCA Maverick

📋 copy color: '#D7ADCA'

red 215 ◦ green 173 ◦ blue 202

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

Shades of Maverick #D7ADCA

Tints of Maverick #D7ADCA

RGB

 RED value IS 215 (84.38% from 255) = 36.44%

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

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

R = 36.44%
G = 29.32%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D7ADCA (or 0xD7ADCA) is known color: Maverick. HEX triplet: D7, AD and CA. RGB value is (215,173,202). Sum of RGB (Red+Green+Blue) = 215+173+202=590 (78% of max value = 765). Red value is 215 (84.38% from 255 or 36.44% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADCA is #285235. Grayscale: #BCBCBC. Windows color (decimal): -2642486 or 13282775. OLE color: 13282775.

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

Color convert

RGB 215 173 202 -
CMYK 0 0.20 0.06 0.16
HSL 318.57º 0.34% 0.76% -
HSV(B) 318.57º 0.2% 0.84% -
XYZ 53.63 48.6 62.43 -
YUV 188.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 215 173 202 0 0.20 0.06 0.16 318.57 0.34 0.76
Hex D7 AD CA 0 14 6 10 13F 22 4C
Octal 327 255 312 0 24 6 20 477 42 114
Binary 11010111 10101101 11001010 0 10100 110 10000 100111111 100010 1001100

Color Harmonies of #D7ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7ADCA

Black with #D7ADCA

Text Example


Text Example

White with #D7ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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