Html Css Color HEX #DBAFAB Oyster Pink

📋 copy color: '#DBAFAB'

red 219 ◦ green 175 ◦ blue 171

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

Shades of Oyster Pink #DBAFAB

Tints of Oyster Pink #DBAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.27%

R = 38.76%
G = 30.97%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DBAFAB (or 0xDBAFAB) is known color: Oyster Pink. HEX triplet: DB, AF and AB. RGB value is (219,175,171). Sum of RGB (Red+Green+Blue) = 219+175+171=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAFAB is #245054. Grayscale: #BBBBBB. Windows color (decimal): -2379861 or 11251675. OLE color: 11251675.

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

Color convert

RGB 219 175 171 -
CMYK 0 0.20 0.22 0.14
HSL 0.4% 0.76% -
HSV(B) 0.22% 0.86% -
XYZ 51.89 48.66 45.19 -
YUV 187.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 219 175 171 0 0.20 0.22 0.14 5 0.4 0.76
Hex DB AF AB 0 14 16 E 5 28 4C
Octal 333 257 253 0 24 26 16 5 50 114
Binary 11011011 10101111 10101011 0 10100 10110 1110 101 101000 1001100

Color Harmonies of #DBAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAFAB

Black with #DBAFAB

Text Example


Text Example

White with #DBAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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