Html Css Color HEX #D6AFCB Maverick

📋 copy color: '#D6AFCB'

red 214 ◦ green 175 ◦ blue 203

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

Shades of Maverick #D6AFCB

Tints of Maverick #D6AFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.56%

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

R = 36.15%
G = 29.56%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D6AFCB (or 0xD6AFCB) is known color: Maverick. HEX triplet: D6, AF and CB. RGB value is (214,175,203). Sum of RGB (Red+Green+Blue) = 214+175+203=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AFCB is #295034. Grayscale: #BDBDBD. Windows color (decimal): -2707509 or 13348822. OLE color: 13348822.

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

Color convert

RGB 214 175 203 -
CMYK 0 0.18 0.05 0.16
HSL 316.92º 0.32% 0.76% -
HSV(B) 316.92º 0.18% 0.84% -
XYZ 53.84 49.27 63.17 -
YUV 189.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 214 175 203 0 0.18 0.05 0.16 316.92 0.32 0.76
Hex D6 AF CB 0 12 5 10 13D 20 4C
Octal 326 257 313 0 22 5 20 475 40 114
Binary 11010110 10101111 11001011 0 10010 101 10000 100111101 100000 1001100

Color Harmonies of #D6AFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AFCB

Black with #D6AFCB

Text Example


Text Example

White with #D6AFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AFCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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