Html Css Color HEX #DDB6A8 Clam Shell

📋 copy color: '#DDB6A8'

red 221 ◦ green 182 ◦ blue 168

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

Shades of Clam Shell #DDB6A8

Tints of Clam Shell #DDB6A8

RGB

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

 GREEN value IS 182 (71.48% from 255) = 31.87%

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

R = 38.7%
G = 31.87%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDB6A8 (or 0xDDB6A8) is known color: Clam Shell. HEX triplet: DD, B6 and A8. RGB value is (221,182,168). Sum of RGB (Red+Green+Blue) = 221+182+168=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 182 (71.48% from 255 or 31.87% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB6A8 is #224957. Grayscale: #C0C0C0. Windows color (decimal): -2247000 or 11056861. OLE color: 11056861.

HSL color Cylindrical-coordinate representation of color #DDB6A8: hue angle of 15.85º 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 #DDB6A8 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 182 168 -
CMYK 0 0.18 0.24 0.13
HSL 15.85º 0.44% 0.76% -
HSV(B) 15.85º 0.24% 0.87% -
XYZ 53.61 51.66 44.19 -
YUV 192.07 114.42 148.64 -
System Red Green Blue C M Y K H S L
Decimal 221 182 168 0 0.18 0.24 0.13 15.85 0.44 0.76
Hex DD B6 A8 0 12 18 D 10 2C 4C
Octal 335 266 250 0 22 30 15 20 54 114
Binary 11011101 10110110 10101000 0 10010 11000 1101 10000 101100 1001100

Color Harmonies of #DDB6A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB6A8

Black with #DDB6A8

Text Example


Text Example

White with #DDB6A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB6A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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