#DDCE8E

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

Shades of Sandwisp #DDCE8E

Tints of Sandwisp #DDCE8E

Color information

#DDCE8E (or 0xDDCE8E) is unknown color: approx Sandwisp. HEX triplet: DD, CE and 8E. RGB value is (221,206,142). Sum of RGB (Red+Green+Blue) = 221+206+142=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 206 (80.86% from 255 or 36.20% from 569); Blue value is 142 (55.86% from 255 or 24.96% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDCE8E is #223171. Grayscale: #CBCBCB. Windows color (decimal): -2240882 or 9359069. OLE color: 9359069.

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

Color convert

RGB221206142-
CMYK00.070.360.13
HSL48.61º53.74%71.18%-
HSV(B)48.61º35.75%86.67%-
XYZ56.7761.4734.46-
YUV203.1993.47140.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.84%
GREEN value IS 206 (80.86% from 255) = 36.20%
BLUE value IS 142 (55.86% from 255) = 24.96%
R=38.84%
G=36.20%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120614200.070.360.1348.6153.7471.18
HexDDCE8E0724D313647
Octal3353162160744156166107
Binary110111011100111010001110011110010011011100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCE8E; }

 p { color: rgb(221,206,142); }

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

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

 a { background-color: rgb(221,206,142); }

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

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

 span { border-color: rgb(221,206,142); }

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