Html Css Color HEX #DBADCB Maverick

📋 copy color: '#DBADCB'

red 219 ◦ green 173 ◦ blue 203

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

Shades of Maverick #DBADCB

Tints of Maverick #DBADCB

RGB

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

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

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

R = 36.81%
G = 29.08%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DBADCB (or 0xDBADCB) is known color: Maverick. HEX triplet: DB, AD and CB. RGB value is (219,173,203). Sum of RGB (Red+Green+Blue) = 219+173+203=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADCB is #245234. Grayscale: #BEBEBE. Windows color (decimal): -2380341 or 13348315. OLE color: 13348315.

HSL color Cylindrical-coordinate representation of color #DBADCB: hue angle of 320.87º 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 #DBADCB is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 203 -
CMYK 0 0.21 0.07 0.14
HSL 320.87º 0.39% 0.77% -
HSV(B) 320.87º 0.21% 0.86% -
XYZ 54.94 49.26 63.11 -
YUV 190.17 135.24 148.56 -
System Red Green Blue C M Y K H S L
Decimal 219 173 203 0 0.21 0.07 0.14 320.87 0.39 0.77
Hex DB AD CB 0 15 7 E 141 27 4D
Octal 333 255 313 0 25 7 16 501 47 115
Binary 11011011 10101101 11001011 0 10101 111 1110 101000001 100111 1001101

Color Harmonies of #DBADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADCB

Black with #DBADCB

Text Example


Text Example

White with #DBADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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