Html Css Color HEX #D2AEC9 Maverick

📋 copy color: '#D2AEC9'

red 210 ◦ green 174 ◦ blue 201

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

Shades of Maverick #D2AEC9

Tints of Maverick #D2AEC9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.74%

 BLUE value IS 201 (78.91% from 255) = 34.36%

R = 35.9%
G = 29.74%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D2AEC9 (or 0xD2AEC9) is known color: Maverick. HEX triplet: D2, AE and C9. RGB value is (210,174,201). Sum of RGB (Red+Green+Blue) = 210+174+201=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AEC9 is #2D5136. Grayscale: #BBBBBB. Windows color (decimal): -2969911 or 13217490. OLE color: 13217490.

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

Color convert

RGB 210 174 201 -
CMYK 0 0.17 0.04 0.18
HSL 315º 0.29% 0.75% -
HSV(B) 315º 0.17% 0.82% -
XYZ 52.26 48.19 61.81 -
YUV 187.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 210 174 201 0 0.17 0.04 0.18 315 0.29 0.75
Hex D2 AE C9 0 11 4 12 13B 1D 4B
Octal 322 256 311 0 21 4 22 473 35 113
Binary 11010010 10101110 11001001 0 10001 100 10010 100111011 11101 1001011

Color Harmonies of #D2AEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AEC9

Black with #D2AEC9

Text Example


Text Example

White with #D2AEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AEC9; }

 p { color: rgb(210,174,201); }

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

background-color css

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

 a { background-color: rgb(210,174,201); }

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

border-color css

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

 span { border-color: rgb(210,174,201); }

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