Html Css Color HEX #DBB4A8 Clam Shell

📋 copy color: '#DBB4A8'

red 219 ◦ green 180 ◦ blue 168

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

Shades of Clam Shell #DBB4A8

Tints of Clam Shell #DBB4A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.63%

R = 38.62%
G = 31.75%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBB4A8 (or 0xDBB4A8) is known color: Clam Shell. HEX triplet: DB, B4 and A8. RGB value is (219,180,168). Sum of RGB (Red+Green+Blue) = 219+180+168=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 180 (70.70% from 255 or 31.75% from 567); Blue value is 168 (66.02% from 255 or 29.63% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB4A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB4A8 is #244B57. Grayscale: #BEBEBE. Windows color (decimal): -2378584 or 11056347. OLE color: 11056347.

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

Color convert

RGB 219 180 168 -
CMYK 0 0.18 0.23 0.14
HSL 14.12º 0.41% 0.76% -
HSV(B) 14.12º 0.23% 0.86% -
XYZ 52.6 50.53 44.03 -
YUV 190.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 219 180 168 0 0.18 0.23 0.14 14.12 0.41 0.76
Hex DB B4 A8 0 12 17 E E 29 4C
Octal 333 264 250 0 22 27 16 16 51 114
Binary 11011011 10110100 10101000 0 10010 10111 1110 1110 101001 1001100

Color Harmonies of #DBB4A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB4A8

Black with #DBB4A8

Text Example


Text Example

White with #DBB4A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB4A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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