Html Css Color HEX #D2ADCB Maverick

📋 copy color: '#D2ADCB'

red 210 ◦ green 173 ◦ blue 203

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

Shades of Maverick #D2ADCB

Tints of Maverick #D2ADCB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.52%

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

R = 35.84%
G = 29.52%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D2ADCB (or 0xD2ADCB) is known color: Maverick. HEX triplet: D2, AD and CB. RGB value is (210,173,203). Sum of RGB (Red+Green+Blue) = 210+173+203=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 173 (67.97% from 255 or 29.52% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2ADCB is #2D5234. Grayscale: #BBBBBB. Windows color (decimal): -2970165 or 13348306. OLE color: 13348306.

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

Color convert

RGB 210 173 203 -
CMYK 0 0.18 0.03 0.18
HSL 311.35º 0.29% 0.75% -
HSV(B) 311.35º 0.18% 0.82% -
XYZ 52.3 47.9 62.99 -
YUV 187.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 210 173 203 0 0.18 0.03 0.18 311.35 0.29 0.75
Hex D2 AD CB 0 12 3 12 137 1D 4B
Octal 322 255 313 0 22 3 22 467 35 113
Binary 11010010 10101101 11001011 0 10010 11 10010 100110111 11101 1001011

Color Harmonies of #D2ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2ADCB

Black with #D2ADCB

Text Example


Text Example

White with #D2ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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