Html Css Color HEX #D1BBCB Maverick

📋 copy color: '#D1BBCB'

red 209 ◦ green 187 ◦ blue 203

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

Shades of Maverick #D1BBCB

Tints of Maverick #D1BBCB

RGB

 RED value IS 209 (82.03% from 255) = 34.89%

 GREEN value IS 187 (73.44% from 255) = 31.22%

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

R = 34.89%
G = 31.22%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D1BBCB (or 0xD1BBCB) is known color: Maverick. HEX triplet: D1, BB and CB. RGB value is (209,187,203). Sum of RGB (Red+Green+Blue) = 209+187+203=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBCB is #2E4434. Grayscale: #C3C3C3. Windows color (decimal): -3032117 or 13351889. OLE color: 13351889.

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

Color convert

RGB 209 187 203 -
CMYK 0 0.11 0.03 0.18
HSL 316.36º 0.19% 0.78% -
HSV(B) 316.36º 0.11% 0.82% -
XYZ 54.84 53.41 63.92 -
YUV 195.4 132.29 137.7 -
System Red Green Blue C M Y K H S L
Decimal 209 187 203 0 0.11 0.03 0.18 316.36 0.19 0.78
Hex D1 BB CB 0 B 3 12 13C 13 4E
Octal 321 273 313 0 13 3 22 474 23 116
Binary 11010001 10111011 11001011 0 1011 11 10010 100111100 10011 1001110

Color Harmonies of #D1BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BBCB

Black with #D1BBCB

Text Example


Text Example

White with #D1BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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