Html Css Color HEX #D6AECA Maverick

📋 copy color: '#D6AECA'

red 214 ◦ green 174 ◦ blue 202

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

Shades of Maverick #D6AECA

Tints of Maverick #D6AECA

RGB

 RED value IS 214 (83.98% from 255) = 36.27%

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

 BLUE value IS 202 (79.3% from 255) = 34.24%

R = 36.27%
G = 29.49%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D6AECA (or 0xD6AECA) is known color: Maverick. HEX triplet: D6, AE and CA. RGB value is (214,174,202). Sum of RGB (Red+Green+Blue) = 214+174+202=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 174 (68.36% from 255 or 29.49% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AECA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6AECA is #295135. Grayscale: #BDBDBD. Windows color (decimal): -2707766 or 13283030. OLE color: 13283030.

HSL color Cylindrical-coordinate representation of color #D6AECA: hue angle of 318º degrees, saturation: 0.33, 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 #D6AECA is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 174 202 -
CMYK 0 0.19 0.06 0.16
HSL 318º 0.33% 0.76% -
HSV(B) 318º 0.19% 0.84% -
XYZ 53.53 48.83 62.48 -
YUV 189.15 135.25 145.72 -
System Red Green Blue C M Y K H S L
Decimal 214 174 202 0 0.19 0.06 0.16 318 0.33 0.76
Hex D6 AE CA 0 13 6 10 13E 21 4C
Octal 326 256 312 0 23 6 20 476 41 114
Binary 11010110 10101110 11001010 0 10011 110 10000 100111110 100001 1001100

Color Harmonies of #D6AECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AECA

Black with #D6AECA

Text Example


Text Example

White with #D6AECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AECA; }

 p { color: rgb(214,174,202); }

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

background-color css

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

 a { background-color: rgb(214,174,202); }

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

border-color css

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

 span { border-color: rgb(214,174,202); }

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