Html Css Color HEX #D6ADCB Maverick

📋 copy color: '#D6ADCB'

red 214 ◦ green 173 ◦ blue 203

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

Shades of Maverick #D6ADCB

Tints of Maverick #D6ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 36.27%
G = 29.32%
B = 34.41%

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

#D6ADCB (or 0xD6ADCB) is known color: Maverick. HEX triplet: D6, AD and CB. RGB value is (214,173,203). Sum of RGB (Red+Green+Blue) = 214+173+203=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ADCB is #295234. Grayscale: #BCBCBC. Windows color (decimal): -2708021 or 13348310. OLE color: 13348310.

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

Color convert

RGB 214 173 203 -
CMYK 0 0.19 0.05 0.16
HSL 316.1º 0.33% 0.76% -
HSV(B) 316.1º 0.19% 0.84% -
XYZ 53.45 48.5 63.04 -
YUV 188.68 136.08 146.06 -
System Red Green Blue C M Y K H S L
Decimal 214 173 203 0 0.19 0.05 0.16 316.1 0.33 0.76
Hex D6 AD CB 0 13 5 10 13C 21 4C
Octal 326 255 313 0 23 5 20 474 41 114
Binary 11010110 10101101 11001011 0 10011 101 10000 100111100 100001 1001100

Color Harmonies of #D6ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6ADCB

Black with #D6ADCB

Text Example


Text Example

White with #D6ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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