Html Css Color HEX #D8ADCA Maverick

📋 copy color: '#D8ADCA'

red 216 ◦ green 173 ◦ blue 202

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

Shades of Maverick #D8ADCA

Tints of Maverick #D8ADCA

RGB

 RED value IS 216 (84.77% from 255) = 36.55%

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

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

R = 36.55%
G = 29.27%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D8ADCA (or 0xD8ADCA) is known color: Maverick. HEX triplet: D8, AD and CA. RGB value is (216,173,202). Sum of RGB (Red+Green+Blue) = 216+173+202=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 216 - color contains mainly: red. Hex color #D8ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8ADCA is #275235. Grayscale: #BDBDBD. Windows color (decimal): -2576950 or 13282776. OLE color: 13282776.

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

Color convert

RGB 216 173 202 -
CMYK 0 0.20 0.06 0.15
HSL 319.53º 0.36% 0.76% -
HSV(B) 319.53º 0.2% 0.85% -
XYZ 53.92 48.75 62.44 -
YUV 189.16 135.25 147.14 -
System Red Green Blue C M Y K H S L
Decimal 216 173 202 0 0.20 0.06 0.15 319.53 0.36 0.76
Hex D8 AD CA 0 14 6 F 140 24 4C
Octal 330 255 312 0 24 6 17 500 44 114
Binary 11011000 10101101 11001010 0 10100 110 1111 101000000 100100 1001100

Color Harmonies of #D8ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ADCA

Black with #D8ADCA

Text Example


Text Example

White with #D8ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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