Html Css Color HEX #DBB4B2 Oyster Pink

📋 copy color: '#DBB4B2'

red 219 ◦ green 180 ◦ blue 178

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

Shades of Oyster Pink #DBB4B2

Tints of Oyster Pink #DBB4B2

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.2%

 BLUE value IS 178 (69.92% from 255) = 30.85%

R = 37.95%
G = 31.2%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DBB4B2 (or 0xDBB4B2) is known color: Oyster Pink. HEX triplet: DB, B4 and B2. RGB value is (219,180,178). Sum of RGB (Red+Green+Blue) = 219+180+178=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 180 (70.70% from 255 or 31.20% from 577); Blue value is 178 (69.92% from 255 or 30.85% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4B2 is #244B4D. Grayscale: #BFBFBF. Windows color (decimal): -2378574 or 11711707. OLE color: 11711707.

HSL color Cylindrical-coordinate representation of color #DBB4B2: hue angle of 2.93º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB4B2 is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 180 178 -
CMYK 0 0.18 0.19 0.14
HSL 2.93º 0.36% 0.78% -
HSV(B) 2.93º 0.19% 0.86% -
XYZ 53.57 50.92 49.12 -
YUV 191.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 219 180 178 0 0.18 0.19 0.14 2.93 0.36 0.78
Hex DB B4 B2 0 12 13 E 3 24 4E
Octal 333 264 262 0 22 23 16 3 44 116
Binary 11011011 10110100 10110010 0 10010 10011 1110 11 100100 1001110

Color Harmonies of #DBB4B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4B2

Black with #DBB4B2

Text Example


Text Example

White with #DBB4B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4B2; }

 p { color: rgb(219,180,178); }

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

background-color css

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

 a { background-color: rgb(219,180,178); }

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

border-color css

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

 span { border-color: rgb(219,180,178); }

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