Html Css Color HEX #DBB1A8 Clam Shell

📋 copy color: '#DBB1A8'

red 219 ◦ green 177 ◦ blue 168

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

Shades of Clam Shell #DBB1A8

Tints of Clam Shell #DBB1A8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.38%

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

R = 38.83%
G = 31.38%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DBB1A8 (or 0xDBB1A8) is known color: Clam Shell. HEX triplet: DB, B1 and A8. RGB value is (219,177,168). Sum of RGB (Red+Green+Blue) = 219+177+168=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 168 (66.02% from 255 or 29.79% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBB1A8 is #244E57. Grayscale: #BCBCBC. Windows color (decimal): -2379352 or 11055579. OLE color: 11055579.

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

Color convert

RGB 219 177 168 -
CMYK 0 0.19 0.23 0.14
HSL 10.59º 0.41% 0.76% -
HSV(B) 10.59º 0.23% 0.86% -
XYZ 52 49.33 43.83 -
YUV 188.53 116.41 149.73 -
System Red Green Blue C M Y K H S L
Decimal 219 177 168 0 0.19 0.23 0.14 10.59 0.41 0.76
Hex DB B1 A8 0 13 17 E B 29 4C
Octal 333 261 250 0 23 27 16 13 51 114
Binary 11011011 10110001 10101000 0 10011 10111 1110 1011 101001 1001100

Color Harmonies of #DBB1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB1A8

Black with #DBB1A8

Text Example


Text Example

White with #DBB1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB1A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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