Html Css Color HEX #DBAEAD Oyster Pink

📋 copy color: '#DBAEAD'

red 219 ◦ green 174 ◦ blue 173

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

Shades of Oyster Pink #DBAEAD

Tints of Oyster Pink #DBAEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.57%

R = 38.69%
G = 30.74%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBAEAD (or 0xDBAEAD) is known color: Oyster Pink. HEX triplet: DB, AE and AD. RGB value is (219,174,173). Sum of RGB (Red+Green+Blue) = 219+174+173=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEAD is #245152. Grayscale: #BBBBBB. Windows color (decimal): -2380115 or 11382491. OLE color: 11382491.

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

Color convert

RGB 219 174 173 -
CMYK 0 0.21 0.21 0.14
HSL 1.3º 0.39% 0.77% -
HSV(B) 1.3º 0.21% 0.86% -
XYZ 51.89 48.35 46.13 -
YUV 187.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 219 174 173 0 0.21 0.21 0.14 1.3 0.39 0.77
Hex DB AE AD 0 15 15 E 1 27 4D
Octal 333 256 255 0 25 25 16 1 47 115
Binary 11011011 10101110 10101101 0 10101 10101 1110 1 100111 1001101

Color Harmonies of #DBAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEAD

Black with #DBAEAD

Text Example


Text Example

White with #DBAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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