Html Css Color HEX #D0BBCB Maverick

📋 copy color: '#D0BBCB'

red 208 ◦ green 187 ◦ blue 203

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

Shades of Maverick #D0BBCB

Tints of Maverick #D0BBCB

RGB

 RED value IS 208 (81.64% from 255) = 34.78%

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

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

R = 34.78%
G = 31.27%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D0BBCB (or 0xD0BBCB) is known color: Maverick. HEX triplet: D0, BB and CB. RGB value is (208,187,203). Sum of RGB (Red+Green+Blue) = 208+187+203=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBCB is #2F4434. Grayscale: #C3C3C3. Windows color (decimal): -3097653 or 13351888. OLE color: 13351888.

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

Color convert

RGB 208 187 203 -
CMYK 0 0.10 0.02 0.18
HSL 314.29º 0.18% 0.77% -
HSV(B) 314.29º 0.1% 0.82% -
XYZ 54.56 53.26 63.9 -
YUV 195.1 132.46 137.2 -
System Red Green Blue C M Y K H S L
Decimal 208 187 203 0 0.10 0.02 0.18 314.29 0.18 0.77
Hex D0 BB CB 0 A 2 12 13A 12 4D
Octal 320 273 313 0 12 2 22 472 22 115
Binary 11010000 10111011 11001011 0 1010 10 10010 100111010 10010 1001101

Color Harmonies of #D0BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBCB

Black with #D0BBCB

Text Example


Text Example

White with #D0BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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