#D1BDCB

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

Shades of Maverick #D1BDCB

Tints of Maverick #D1BDCB

Color information

#D1BDCB (or 0xD1BDCB) is unknown color: approx Maverick. HEX triplet: D1, BD and CB. RGB value is (209,189,203). Sum of RGB (Red+Green+Blue) = 209+189+203=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BDCB is #2E4234. Grayscale: #C4C4C4. Windows color (decimal): -3031605 or 13352401. OLE color: 13352401.

HSL color Cylindrical-coordinate representation of color #D1BDCB: hue angle of 318º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1BDCB is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB209189203-
CMYK00.100.030.18
HSL318º17.86%78.04%-
HSV(B)318º9.57%81.96%-
XYZ55.2754.2664.06-
YUV196.58131.63136.86-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=34.78%
G=31.45%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20918920300.100.030.1831817.8678.04
HexD1BDCB0A31213e124e
Octal32127531301232247622116
Binary110100011011110111001011010101110010100111110100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1BDCB; }

 p { color: rgb(209,189,203); }

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

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

 a { background-color: rgb(209,189,203); }

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

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

 span { border-color: rgb(209,189,203); }

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