Html Css Color HEX #D2BBCB Maverick

📋 copy color: '#D2BBCB'

red 210 ◦ green 187 ◦ blue 203

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

Shades of Maverick #D2BBCB

Tints of Maverick #D2BBCB

RGB

 RED value IS 210 (82.42% from 255) = 35%

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

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

R = 35%
G = 31.17%
B = 33.83%

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

#D2BBCB (or 0xD2BBCB) is known color: Maverick. HEX triplet: D2, BB and CB. RGB value is (210,187,203). Sum of RGB (Red+Green+Blue) = 210+187+203=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 187 (73.44% from 255 or 31.17% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBCB is #2D4434. Grayscale: #C3C3C3. Windows color (decimal): -2966581 or 13351890. OLE color: 13351890.

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

Color convert

RGB 210 187 203 -
CMYK 0 0.11 0.03 0.18
HSL 318.26º 0.2% 0.78% -
HSV(B) 318.26º 0.11% 0.82% -
XYZ 55.13 53.55 63.93 -
YUV 195.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 210 187 203 0 0.11 0.03 0.18 318.26 0.2 0.78
Hex D2 BB CB 0 B 3 12 13E 14 4E
Octal 322 273 313 0 13 3 22 476 24 116
Binary 11010010 10111011 11001011 0 1011 11 10010 100111110 10100 1001110

Color Harmonies of #D2BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BBCB

Black with #D2BBCB

Text Example


Text Example

White with #D2BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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