Html Css Color HEX #DBAFAE Oyster Pink

📋 copy color: '#DBAFAE'

red 219 ◦ green 175 ◦ blue 174

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

Shades of Oyster Pink #DBAFAE

Tints of Oyster Pink #DBAFAE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 30.81%

 BLUE value IS 174 (68.36% from 255) = 30.63%

R = 38.56%
G = 30.81%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DBAFAE (or 0xDBAFAE) is known color: Oyster Pink. HEX triplet: DB, AF and AE. RGB value is (219,175,174). Sum of RGB (Red+Green+Blue) = 219+175+174=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 174 (68.36% from 255 or 30.63% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFAE is #245051. Grayscale: #BCBCBC. Windows color (decimal): -2379858 or 11448283. OLE color: 11448283.

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

Color convert

RGB 219 175 174 -
CMYK 0 0.20 0.21 0.14
HSL 1.33º 0.38% 0.77% -
HSV(B) 1.33º 0.21% 0.86% -
XYZ 52.18 48.78 46.71 -
YUV 188.04 120.08 150.08 -
System Red Green Blue C M Y K H S L
Decimal 219 175 174 0 0.20 0.21 0.14 1.33 0.38 0.77
Hex DB AF AE 0 14 15 E 1 26 4D
Octal 333 257 256 0 24 25 16 1 46 115
Binary 11011011 10101111 10101110 0 10100 10101 1110 1 100110 1001101

Color Harmonies of #DBAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFAE

Black with #DBAFAE

Text Example


Text Example

White with #DBAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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