Html Css Color HEX #DBAEAA Oyster Pink

📋 copy color: '#DBAEAA'

red 219 ◦ green 174 ◦ blue 170

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

Shades of Oyster Pink #DBAEAA

Tints of Oyster Pink #DBAEAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.2%

R = 38.9%
G = 30.91%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBAEAA (or 0xDBAEAA) is known color: Oyster Pink. HEX triplet: DB, AE and AA. RGB value is (219,174,170). Sum of RGB (Red+Green+Blue) = 219+174+170=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 174 (68.36% from 255 or 30.91% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAEAA is #245155. Grayscale: #BBBBBB. Windows color (decimal): -2380118 or 11185883. OLE color: 11185883.

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

Color convert

RGB 219 174 170 -
CMYK 0 0.21 0.22 0.14
HSL 4.9º 0.4% 0.76% -
HSV(B) 4.9º 0.22% 0.86% -
XYZ 51.61 48.23 44.62 -
YUV 187 118.41 150.83 -
System Red Green Blue C M Y K H S L
Decimal 219 174 170 0 0.21 0.22 0.14 4.9 0.4 0.76
Hex DB AE AA 0 15 16 E 5 28 4C
Octal 333 256 252 0 25 26 16 5 50 114
Binary 11011011 10101110 10101010 0 10101 10110 1110 101 101000 1001100

Color Harmonies of #DBAEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEAA

Black with #DBAEAA

Text Example


Text Example

White with #DBAEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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