#DECF8C

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

Shades of Sandwisp #DECF8C

Tints of Sandwisp #DECF8C

Color information

#DECF8C (or 0xDECF8C) is unknown color: approx Sandwisp. HEX triplet: DE, CF and 8C. RGB value is (222,207,140). Sum of RGB (Red+Green+Blue) = 222+207+140=569 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.02% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 222 - color contains mainly: red. Hex color #DECF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DECF8C is #213073. Grayscale: #CCCCCC. Windows color (decimal): -2175092 or 9228254. OLE color: 9228254.

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

Color convert

RGB222207140-
CMYK00.070.370.13
HSL49.02º55.41%70.98%-
HSV(B)49.02º36.94%87.06%-
XYZ57.1762.0533.77-
YUV203.8591.97140.95-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 39.02%
GREEN value IS 207 (81.25% from 255) = 36.38%
BLUE value IS 140 (55.08% from 255) = 24.60%
R=39.02%
G=36.38%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220714000.070.370.1349.0255.4170.98
HexDECF8C0725D313747
Octal3363172140745156167107
Binary110111101100111110001100011110010111011100011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECF8C; }

 p { color: rgb(222,207,140); }

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

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

 a { background-color: rgb(222,207,140); }

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

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

 span { border-color: rgb(222,207,140); }

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