Html Css Color HEX #DEA8CB Maverick

📋 copy color: '#DEA8CB'

red 222 ◦ green 168 ◦ blue 203

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

Shades of Maverick #DEA8CB

Tints of Maverick #DEA8CB

RGB

 RED value IS 222 (87.11% from 255) = 37.44%

 GREEN value IS 168 (66.02% from 255) = 28.33%

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

R = 37.44%
G = 28.33%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DEA8CB (or 0xDEA8CB) is known color: Maverick. HEX triplet: DE, A8 and CB. RGB value is (222,168,203). Sum of RGB (Red+Green+Blue) = 222+168+203=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8CB is #215734. Grayscale: #BCBCBC. Windows color (decimal): -2185013 or 13347038. OLE color: 13347038.

HSL color Cylindrical-coordinate representation of color #DEA8CB: hue angle of 321.11º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEA8CB is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 168 203 -
CMYK 0 0.24 0.09 0.13
HSL 321.11º 0.45% 0.76% -
HSV(B) 321.11º 0.24% 0.87% -
XYZ 54.91 47.85 62.84 -
YUV 188.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 222 168 203 0 0.24 0.09 0.13 321.11 0.45 0.76
Hex DE A8 CB 0 18 9 D 141 2D 4C
Octal 336 250 313 0 30 11 15 501 55 114
Binary 11011110 10101000 11001011 0 11000 1001 1101 101000001 101101 1001100

Color Harmonies of #DEA8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA8CB

Black with #DEA8CB

Text Example


Text Example

White with #DEA8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA8CB; }

 p { color: rgb(222,168,203); }

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

background-color css

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

 a { background-color: rgb(222,168,203); }

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

border-color css

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

 span { border-color: rgb(222,168,203); }

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