#DDD6B6

Color #DDD6B6 Coconut Cream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coconut Cream #DDD6B6

Tints of Coconut Cream #DDD6B6

Color information

#DDD6B6 (or 0xDDD6B6) is unknown color: approx Coconut Cream. HEX triplet: DD, D6 and B6. RGB value is (221,214,182). Sum of RGB (Red+Green+Blue) = 221+214+182=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 214 (83.98% from 255 or 34.68% from 617); Blue value is 182 (71.48% from 255 or 29.50% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD6B6 is #222949. Grayscale: #D4D4D4. Windows color (decimal): -2238794 or 11982557. OLE color: 11982557.

HSL color Cylindrical-coordinate representation of color #DDD6B6: hue angle of 49.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDD6B6 is Cyan = 0, Magento = 0.03, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221214182-
CMYK00.030.180.13
HSL49.23º36.45%79.02%-
HSV(B)49.23º17.65%86.67%-
XYZ62.3166.8453.87-
YUV212.44110.82134.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.82%
GREEN value IS 214 (83.98% from 255) = 34.68%
BLUE value IS 182 (71.48% from 255) = 29.50%
R=35.82%
G=34.68%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121418200.030.180.1349.2336.4579.02
HexDDD6B60312D31244f
Octal3353262660322156144117
Binary1101110111010110101101100111001011011100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD6B6; }

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

 H1.HeaderClassName
 {
   color: #DDD6B6;
 }
 .AnyTagClassName
 {
   color: #DDD6B6;
 }
</style>
background-color css

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

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

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

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

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

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