Html Css Color HEX #D2BACC Maverick

📋 copy color: '#D2BACC'

red 210 ◦ green 186 ◦ blue 204

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

Shades of Maverick #D2BACC

Tints of Maverick #D2BACC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31%

 BLUE value IS 204 (80.08% from 255) = 34%

R = 35%
G = 31%
B = 34%

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

#D2BACC (or 0xD2BACC) is known color: Maverick. HEX triplet: D2, BA and CC. RGB value is (210,186,204). Sum of RGB (Red+Green+Blue) = 210+186+204=600 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35% from 600); Green value is 186 (73.05% from 255 or 31% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BACC is #2D4533. Grayscale: #C3C3C3. Windows color (decimal): -2966836 or 13417170. OLE color: 13417170.

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

Color convert

RGB 210 186 204 -
CMYK 0 0.11 0.03 0.18
HSL 315º 0.21% 0.78% -
HSV(B) 315º 0.11% 0.82% -
XYZ 55.04 53.18 64.49 -
YUV 195.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 210 186 204 0 0.11 0.03 0.18 315 0.21 0.78
Hex D2 BA CC 0 B 3 12 13B 15 4E
Octal 322 272 314 0 13 3 22 473 25 116
Binary 11010010 10111010 11001100 0 1011 11 10010 100111011 10101 1001110

Color Harmonies of #D2BACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BACC

Black with #D2BACC

Text Example


Text Example

White with #D2BACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BACC; }

 p { color: rgb(210,186,204); }

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

background-color css

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

 a { background-color: rgb(210,186,204); }

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

border-color css

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

 span { border-color: rgb(210,186,204); }

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