Html Css Color HEX #D1BDCB Maverick

📋 copy color: '#D1BDCB'

red 209 ◦ green 189 ◦ blue 203

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

Shades of Maverick #D1BDCB

Tints of Maverick #D1BDCB

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 value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D1BDCB (or 0xD1BDCB) is known color: 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

RGB 209 189 203 -
CMYK 0 0.10 0.03 0.18
HSL 318º 0.18% 0.78% -
HSV(B) 318º 0.1% 0.82% -
XYZ 55.27 54.26 64.06 -
YUV 196.58 131.63 136.86 -
System Red Green Blue C M Y K H S L
Decimal 209 189 203 0 0.10 0.03 0.18 318 0.18 0.78
Hex D1 BD CB 0 A 3 12 13E 12 4E
Octal 321 275 313 0 12 3 22 476 22 116
Binary 11010001 10111101 11001011 0 1010 11 10010 100111110 10010 1001110

Color Harmonies of #D1BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BDCB

Black with #D1BDCB

Text Example


Text Example

White with #D1BDCB

Text Example


Text Example

HTML Codes & Css Web 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>