Html Css Color HEX #DBADCA Maverick

📋 copy color: '#DBADCA'

red 219 ◦ green 173 ◦ blue 202

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

Shades of Maverick #DBADCA

Tints of Maverick #DBADCA

RGB

 RED value IS 219 (85.94% from 255) = 36.87%

 GREEN value IS 173 (67.97% from 255) = 29.12%

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

R = 36.87%
G = 29.12%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DBADCA (or 0xDBADCA) is known color: Maverick. HEX triplet: DB, AD and CA. RGB value is (219,173,202). Sum of RGB (Red+Green+Blue) = 219+173+202=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADCA is #245235. Grayscale: #BDBDBD. Windows color (decimal): -2380342 or 13282779. OLE color: 13282779.

HSL color Cylindrical-coordinate representation of color #DBADCA: hue angle of 322.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADCA is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 202 -
CMYK 0 0.21 0.08 0.14
HSL 322.17º 0.39% 0.77% -
HSV(B) 322.17º 0.21% 0.86% -
XYZ 54.82 49.21 62.49 -
YUV 190.06 134.74 148.64 -
System Red Green Blue C M Y K H S L
Decimal 219 173 202 0 0.21 0.08 0.14 322.17 0.39 0.77
Hex DB AD CA 0 15 8 E 142 27 4D
Octal 333 255 312 0 25 10 16 502 47 115
Binary 11011011 10101101 11001010 0 10101 1000 1110 101000010 100111 1001101

Color Harmonies of #DBADCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADCA

Black with #DBADCA

Text Example


Text Example

White with #DBADCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADCA; }

 p { color: rgb(219,173,202); }

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

background-color css

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

 a { background-color: rgb(219,173,202); }

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

border-color css

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

 span { border-color: rgb(219,173,202); }

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