Html Css Color HEX #D6A9CB Maverick

📋 copy color: '#D6A9CB'

red 214 ◦ green 169 ◦ blue 203

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

Shades of Maverick #D6A9CB

Tints of Maverick #D6A9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.84%

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

R = 36.52%
G = 28.84%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6A9CB (or 0xD6A9CB) is known color: Maverick. HEX triplet: D6, A9 and CB. RGB value is (214,169,203). Sum of RGB (Red+Green+Blue) = 214+169+203=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 169 (66.41% from 255 or 28.84% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A9CB is #295634. Grayscale: #BABABA. Windows color (decimal): -2709045 or 13347286. OLE color: 13347286.

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

Color convert

RGB 214 169 203 -
CMYK 0 0.21 0.05 0.16
HSL 314.67º 0.35% 0.75% -
HSV(B) 314.67º 0.21% 0.84% -
XYZ 52.7 46.98 62.79 -
YUV 186.33 137.41 147.74 -
System Red Green Blue C M Y K H S L
Decimal 214 169 203 0 0.21 0.05 0.16 314.67 0.35 0.75
Hex D6 A9 CB 0 15 5 10 13B 23 4B
Octal 326 251 313 0 25 5 20 473 43 113
Binary 11010110 10101001 11001011 0 10101 101 10000 100111011 100011 1001011

Color Harmonies of #D6A9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6A9CB

Black with #D6A9CB

Text Example


Text Example

White with #D6A9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6A9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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