Html Css Color HEX #D5ADCB Maverick

📋 copy color: '#D5ADCB'

red 213 ◦ green 173 ◦ blue 203

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

Shades of Maverick #D5ADCB

Tints of Maverick #D5ADCB

RGB

 RED value IS 213 (83.59% from 255) = 36.16%

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

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

R = 36.16%
G = 29.37%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D5ADCB (or 0xD5ADCB) is known color: Maverick. HEX triplet: D5, AD and CB. RGB value is (213,173,203). Sum of RGB (Red+Green+Blue) = 213+173+203=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 173 (67.97% from 255 or 29.37% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 213 - color contains mainly: red. Hex color #D5ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5ADCB is #2A5234. Grayscale: #BCBCBC. Windows color (decimal): -2773557 or 13348309. OLE color: 13348309.

HSL color Cylindrical-coordinate representation of color #D5ADCB: hue angle of 315º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5ADCB is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 203 -
CMYK 0 0.19 0.05 0.16
HSL 315º 0.32% 0.76% -
HSV(B) 315º 0.19% 0.84% -
XYZ 53.16 48.35 63.03 -
YUV 188.38 136.25 145.56 -
System Red Green Blue C M Y K H S L
Decimal 213 173 203 0 0.19 0.05 0.16 315 0.32 0.76
Hex D5 AD CB 0 13 5 10 13B 20 4C
Octal 325 255 313 0 23 5 20 473 40 114
Binary 11010101 10101101 11001011 0 10011 101 10000 100111011 100000 1001100

Color Harmonies of #D5ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5ADCB

Black with #D5ADCB

Text Example


Text Example

White with #D5ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5ADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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