Html Css Color HEX #D0ADC3 Maverick

📋 copy color: '#D0ADC3'

red 208 ◦ green 173 ◦ blue 195

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

Shades of Maverick #D0ADC3

Tints of Maverick #D0ADC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 33.85%

R = 36.11%
G = 30.03%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D0ADC3 (or 0xD0ADC3) is known color: Maverick. HEX triplet: D0, AD and C3. RGB value is (208,173,195). Sum of RGB (Red+Green+Blue) = 208+173+195=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 195 (76.56% from 255 or 33.85% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ADC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ADC3 is #2F523C. Grayscale: #B9B9B9. Windows color (decimal): -3101245 or 12824016. OLE color: 12824016.

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

Color convert

RGB 208 173 195 -
CMYK 0 0.17 0.06 0.18
HSL 322.29º 0.27% 0.75% -
HSV(B) 322.29º 0.17% 0.82% -
XYZ 50.81 47.24 58.07 -
YUV 185.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 208 173 195 0 0.17 0.06 0.18 322.29 0.27 0.75
Hex D0 AD C3 0 11 6 12 142 1B 4B
Octal 320 255 303 0 21 6 22 502 33 113
Binary 11010000 10101101 11000011 0 10001 110 10010 101000010 11011 1001011

Color Harmonies of #D0ADC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0ADC3

Black with #D0ADC3

Text Example


Text Example

White with #D0ADC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0ADC3; }

 p { color: rgb(208,173,195); }

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

background-color css

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

 a { background-color: rgb(208,173,195); }

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

border-color css

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

 span { border-color: rgb(208,173,195); }

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