Html Css Color HEX #D4BEBB Oyster Pink

📋 copy color: '#D4BEBB'

red 212 ◦ green 190 ◦ blue 187

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

Shades of Oyster Pink #D4BEBB

Tints of Oyster Pink #D4BEBB

RGB

 RED value IS 212 (83.2% from 255) = 35.99%

 GREEN value IS 190 (74.61% from 255) = 32.26%

 BLUE value IS 187 (73.44% from 255) = 31.75%

R = 35.99%
G = 32.26%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D4BEBB (or 0xD4BEBB) is known color: Oyster Pink. HEX triplet: D4, BE and BB. RGB value is (212,190,187). Sum of RGB (Red+Green+Blue) = 212+190+187=589 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.99% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BEBB is #2B4144. Grayscale: #C4C4C4. Windows color (decimal): -2834757 or 12304084. OLE color: 12304084.

HSL color Cylindrical-coordinate representation of color #D4BEBB: hue angle of 7.2º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BEBB is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 190 187 -
CMYK 0 0.10 0.12 0.17
HSL 7.2º 0.23% 0.78% -
HSV(B) 7.2º 0.12% 0.83% -
XYZ 54.53 54.41 54.64 -
YUV 196.24 122.79 139.24 -
System Red Green Blue C M Y K H S L
Decimal 212 190 187 0 0.10 0.12 0.17 7.2 0.23 0.78
Hex D4 BE BB 0 A C 11 7 17 4E
Octal 324 276 273 0 12 14 21 7 27 116
Binary 11010100 10111110 10111011 0 1010 1100 10001 111 10111 1001110

Color Harmonies of #D4BEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BEBB

Black with #D4BEBB

Text Example


Text Example

White with #D4BEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BEBB; }

 p { color: rgb(212,190,187); }

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

background-color css

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

 a { background-color: rgb(212,190,187); }

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

border-color css

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

 span { border-color: rgb(212,190,187); }

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