Html Css Color HEX #DDB7A8 Clam Shell

📋 copy color: '#DDB7A8'

red 221 ◦ green 183 ◦ blue 168

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

Shades of Clam Shell #DDB7A8

Tints of Clam Shell #DDB7A8

RGB

 RED value IS 221 (86.72% from 255) = 38.64%

 GREEN value IS 183 (71.88% from 255) = 31.99%

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

R = 38.64%
G = 31.99%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDB7A8 (or 0xDDB7A8) is known color: Clam Shell. HEX triplet: DD, B7 and A8. RGB value is (221,183,168). Sum of RGB (Red+Green+Blue) = 221+183+168=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB7A8 is #224857. Grayscale: #C0C0C0. Windows color (decimal): -2246744 or 11057117. OLE color: 11057117.

HSL color Cylindrical-coordinate representation of color #DDB7A8: hue angle of 16.98º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDB7A8 is Cyan = 0, Magento = 0.17, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 183 168 -
CMYK 0 0.17 0.24 0.13
HSL 16.98º 0.44% 0.76% -
HSV(B) 16.98º 0.24% 0.87% -
XYZ 53.82 52.07 44.26 -
YUV 192.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 221 183 168 0 0.17 0.24 0.13 16.98 0.44 0.76
Hex DD B7 A8 0 11 18 D 11 2C 4C
Octal 335 267 250 0 21 30 15 21 54 114
Binary 11011101 10110111 10101000 0 10001 11000 1101 10001 101100 1001100

Color Harmonies of #DDB7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB7A8

Black with #DDB7A8

Text Example


Text Example

White with #DDB7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB7A8; }

 p { color: rgb(221,183,168); }

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

background-color css

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

 a { background-color: rgb(221,183,168); }

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

border-color css

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

 span { border-color: rgb(221,183,168); }

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