Html Css Color HEX #D6ADCA Maverick

📋 copy color: '#D6ADCA'

red 214 ◦ green 173 ◦ blue 202

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

Shades of Maverick #D6ADCA

Tints of Maverick #D6ADCA

RGB

 RED value IS 214 (83.98% from 255) = 36.33%

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

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

R = 36.33%
G = 29.37%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6ADCA (or 0xD6ADCA) is known color: Maverick. HEX triplet: D6, AD and CA. RGB value is (214,173,202). Sum of RGB (Red+Green+Blue) = 214+173+202=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADCA is #295235. Grayscale: #BCBCBC. Windows color (decimal): -2708022 or 13282774. OLE color: 13282774.

HSL color Cylindrical-coordinate representation of color #D6ADCA: hue angle of 317.56º degrees, saturation: 0.33, 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 #D6ADCA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 202 -
CMYK 0 0.19 0.06 0.16
HSL 317.56º 0.33% 0.76% -
HSV(B) 317.56º 0.19% 0.84% -
XYZ 53.34 48.45 62.42 -
YUV 188.57 135.58 146.14 -
System Red Green Blue C M Y K H S L
Decimal 214 173 202 0 0.19 0.06 0.16 317.56 0.33 0.76
Hex D6 AD CA 0 13 6 10 13E 21 4C
Octal 326 255 312 0 23 6 20 476 41 114
Binary 11010110 10101101 11001010 0 10011 110 10000 100111110 100001 1001100

Color Harmonies of #D6ADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADCA

Black with #D6ADCA

Text Example


Text Example

White with #D6ADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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