Html Css Color HEX #DBB0AF Oyster Pink

📋 copy color: '#DBB0AF'

red 219 ◦ green 176 ◦ blue 175

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

Shades of Oyster Pink #DBB0AF

Tints of Oyster Pink #DBB0AF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.88%

 BLUE value IS 175 (68.75% from 255) = 30.7%

R = 38.42%
G = 30.88%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DBB0AF (or 0xDBB0AF) is known color: Oyster Pink. HEX triplet: DB, B0 and AF. RGB value is (219,176,175). Sum of RGB (Red+Green+Blue) = 219+176+175=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB0AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB0AF is #244F50. Grayscale: #BCBCBC. Windows color (decimal): -2379601 or 11514075. OLE color: 11514075.

HSL color Cylindrical-coordinate representation of color #DBB0AF: hue angle of 1.36º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBB0AF is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 176 175 -
CMYK 0 0.20 0.20 0.14
HSL 1.36º 0.38% 0.77% -
HSV(B) 1.36º 0.2% 0.86% -
XYZ 52.48 49.21 47.29 -
YUV 188.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 219 176 175 0 0.20 0.20 0.14 1.36 0.38 0.77
Hex DB B0 AF 0 14 14 E 1 26 4D
Octal 333 260 257 0 24 24 16 1 46 115
Binary 11011011 10110000 10101111 0 10100 10100 1110 1 100110 1001101

Color Harmonies of #DBB0AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB0AF

Black with #DBB0AF

Text Example


Text Example

White with #DBB0AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB0AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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