Html Css Color HEX #D1BBCA Maverick

📋 copy color: '#D1BBCA'

red 209 ◦ green 187 ◦ blue 202

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

Shades of Maverick #D1BBCA

Tints of Maverick #D1BBCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 33.78%

R = 34.95%
G = 31.27%
B = 33.78%

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

#D1BBCA (or 0xD1BBCA) is known color: Maverick. HEX triplet: D1, BB and CA. RGB value is (209,187,202). Sum of RGB (Red+Green+Blue) = 209+187+202=598 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.95% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBCA is #2E4435. Grayscale: #C3C3C3. Windows color (decimal): -3032118 or 13286353. OLE color: 13286353.

HSL color Cylindrical-coordinate representation of color #D1BBCA: hue angle of 319.09º 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 #D1BBCA is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 187 202 -
CMYK 0 0.11 0.03 0.18
HSL 319.09º 0.19% 0.78% -
HSV(B) 319.09º 0.11% 0.82% -
XYZ 54.73 53.36 63.29 -
YUV 195.29 131.79 137.78 -
System Red Green Blue C M Y K H S L
Decimal 209 187 202 0 0.11 0.03 0.18 319.09 0.19 0.78
Hex D1 BB CA 0 B 3 12 13F 13 4E
Octal 321 273 312 0 13 3 22 477 23 116
Binary 11010001 10111011 11001010 0 1011 11 10010 100111111 10011 1001110

Color Harmonies of #D1BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BBCA

Black with #D1BBCA

Text Example


Text Example

White with #D1BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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