Html Css Color HEX #D2AECB Maverick

📋 copy color: '#D2AECB'

red 210 ◦ green 174 ◦ blue 203

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

Shades of Maverick #D2AECB

Tints of Maverick #D2AECB

RGB

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

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

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

R = 35.78%
G = 29.64%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D2AECB (or 0xD2AECB) is known color: Maverick. HEX triplet: D2, AE and CB. RGB value is (210,174,203). Sum of RGB (Red+Green+Blue) = 210+174+203=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 174 (68.36% from 255 or 29.64% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2AECB is #2D5134. Grayscale: #BBBBBB. Windows color (decimal): -2969909 or 13348562. OLE color: 13348562.

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

Color convert

RGB 210 174 203 -
CMYK 0 0.17 0.03 0.18
HSL 311.67º 0.29% 0.75% -
HSV(B) 311.67º 0.17% 0.82% -
XYZ 52.49 48.29 63.05 -
YUV 188.07 136.43 143.64 -
System Red Green Blue C M Y K H S L
Decimal 210 174 203 0 0.17 0.03 0.18 311.67 0.29 0.75
Hex D2 AE CB 0 11 3 12 138 1D 4B
Octal 322 256 313 0 21 3 22 470 35 113
Binary 11010010 10101110 11001011 0 10001 11 10010 100111000 11101 1001011

Color Harmonies of #D2AECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AECB

Black with #D2AECB

Text Example


Text Example

White with #D2AECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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