Html Css Color HEX #D2B4CB Maverick

📋 copy color: '#D2B4CB'

red 210 ◦ green 180 ◦ blue 203

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

Shades of Maverick #D2B4CB

Tints of Maverick #D2B4CB

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.35%

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

R = 35.41%
G = 30.35%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D2B4CB (or 0xD2B4CB) is known color: Maverick. HEX triplet: D2, B4 and CB. RGB value is (210,180,203). Sum of RGB (Red+Green+Blue) = 210+180+203=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B4CB is #2D4B34. Grayscale: #BFBFBF. Windows color (decimal): -2968373 or 13350098. OLE color: 13350098.

HSL color Cylindrical-coordinate representation of color #D2B4CB: hue angle of 314º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2B4CB is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 180 203 -
CMYK 0 0.14 0.03 0.18
HSL 314º 0.25% 0.76% -
HSV(B) 314º 0.14% 0.82% -
XYZ 53.68 50.66 63.45 -
YUV 191.59 134.44 141.13 -
System Red Green Blue C M Y K H S L
Decimal 210 180 203 0 0.14 0.03 0.18 314 0.25 0.76
Hex D2 B4 CB 0 E 3 12 13A 19 4C
Octal 322 264 313 0 16 3 22 472 31 114
Binary 11010010 10110100 11001011 0 1110 11 10010 100111010 11001 1001100

Color Harmonies of #D2B4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B4CB

Black with #D2B4CB

Text Example


Text Example

White with #D2B4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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