Html Css Color HEX #DEA9CB Maverick

📋 copy color: '#DEA9CB'

red 222 ◦ green 169 ◦ blue 203

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

Shades of Maverick #DEA9CB

Tints of Maverick #DEA9CB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.45%

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

R = 37.37%
G = 28.45%
B = 34.18%

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

#DEA9CB (or 0xDEA9CB) is known color: Maverick. HEX triplet: DE, A9 and CB. RGB value is (222,169,203). Sum of RGB (Red+Green+Blue) = 222+169+203=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 169 (66.41% from 255 or 28.45% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9CB is #215634. Grayscale: #BCBCBC. Windows color (decimal): -2184757 or 13347294. OLE color: 13347294.

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

Color convert

RGB 222 169 203 -
CMYK 0 0.24 0.09 0.13
HSL 321.51º 0.45% 0.77% -
HSV(B) 321.51º 0.24% 0.87% -
XYZ 55.09 48.22 62.9 -
YUV 188.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 222 169 203 0 0.24 0.09 0.13 321.51 0.45 0.77
Hex DE A9 CB 0 18 9 D 142 2D 4D
Octal 336 251 313 0 30 11 15 502 55 115
Binary 11011110 10101001 11001011 0 11000 1001 1101 101000010 101101 1001101

Color Harmonies of #DEA9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA9CB

Black with #DEA9CB

Text Example


Text Example

White with #DEA9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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