Html Css Color HEX #D0BBCA Maverick

📋 copy color: '#D0BBCA'

red 208 ◦ green 187 ◦ blue 202

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

Shades of Maverick #D0BBCA

Tints of Maverick #D0BBCA

RGB

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

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

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

R = 34.84%
G = 31.32%
B = 33.84%

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

#D0BBCA (or 0xD0BBCA) is known color: Maverick. HEX triplet: D0, BB and CA. RGB value is (208,187,202). Sum of RGB (Red+Green+Blue) = 208+187+202=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBCA is #2F4435. Grayscale: #C2C2C2. Windows color (decimal): -3097654 or 13286352. OLE color: 13286352.

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

Color convert

RGB 208 187 202 -
CMYK 0 0.10 0.03 0.18
HSL 317.14º 0.18% 0.77% -
HSV(B) 317.14º 0.1% 0.82% -
XYZ 54.44 53.21 63.28 -
YUV 194.99 131.96 137.28 -
System Red Green Blue C M Y K H S L
Decimal 208 187 202 0 0.10 0.03 0.18 317.14 0.18 0.77
Hex D0 BB CA 0 A 3 12 13D 12 4D
Octal 320 273 312 0 12 3 22 475 22 115
Binary 11010000 10111011 11001010 0 1010 11 10010 100111101 10010 1001101

Color Harmonies of #D0BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BBCA

Black with #D0BBCA

Text Example


Text Example

White with #D0BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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