#d6b2cc

Color #D6B2CC Maverick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maverick #D6B2CC

Tints of Maverick #D6B2CC

Color information

#D6B2CC (or 0xD6B2CC) is unknown color: approx Maverick. HEX triplet: D6, B2 and CC. RGB value is (214,178,204). Sum of RGB (Red+Green+Blue) = 214+178+204=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B2CC is #294D33. Grayscale: #BFBFBF. Windows color (decimal): -2706740 or 13415126. OLE color: 13415126.

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

Color convert

RGB214178204-
CMYK00.170.050.16
HSL316.67º30.51%76.86%-
HSV(B)316.67º16.82%83.92%-
XYZ54.5550.564-
YUV191.73134.93143.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=35.91%
G=29.87%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21417820400.170.050.16316.6730.5176.86
HexD6B2CC01151013d1f4d
Octal32626231402152047537115
Binary11010110101100101100110001000110110000100111101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6b2cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6b2cc; }

 p { color: rgb(214,178,204); }

 H1.HeaderClassName
 {
   color: #d6b2cc;
 }
 .AnyTagClassName
 {
   color: #d6b2cc;
 }
</style>
background-color css

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

 a { background-color: rgb(214,178,204); }

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

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

 span { border-color: rgb(214,178,204); }

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