Html Css Color HEX #D4AECB Maverick

📋 copy color: '#D4AECB'

red 212 ◦ green 174 ◦ blue 203

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

Shades of Maverick #D4AECB

Tints of Maverick #D4AECB

RGB

 RED value IS 212 (83.2% from 255) = 35.99%

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

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

R = 35.99%
G = 29.54%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D4AECB (or 0xD4AECB) is known color: Maverick. HEX triplet: D4, AE and CB. RGB value is (212,174,203). Sum of RGB (Red+Green+Blue) = 212+174+203=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 174 (68.36% from 255 or 29.54% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4AECB is #2B5134. Grayscale: #BCBCBC. Windows color (decimal): -2838837 or 13348564. OLE color: 13348564.

HSL color Cylindrical-coordinate representation of color #D4AECB: hue angle of 314.21º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4AECB is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 174 203 -
CMYK 0 0.18 0.04 0.17
HSL 314.21º 0.31% 0.76% -
HSV(B) 314.21º 0.18% 0.83% -
XYZ 53.07 48.58 63.08 -
YUV 188.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 212 174 203 0 0.18 0.04 0.17 314.21 0.31 0.76
Hex D4 AE CB 0 12 4 11 13A 1F 4C
Octal 324 256 313 0 22 4 21 472 37 114
Binary 11010100 10101110 11001011 0 10010 100 10001 100111010 11111 1001100

Color Harmonies of #D4AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AECB

Black with #D4AECB

Text Example


Text Example

White with #D4AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AECB; }

 p { color: rgb(212,174,203); }

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

background-color css

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

 a { background-color: rgb(212,174,203); }

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

border-color css

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

 span { border-color: rgb(212,174,203); }

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