#FFDECB

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

Shades of Karry #FFDECB

Tints of Karry #FFDECB

Color information

#FFDECB (or 0xFFDECB) is unknown color: approx Karry. HEX triplet: FF, DE and CB. RGB value is (255,222,203). Sum of RGB (Red+Green+Blue) = 255+222+203=680 (90% of max value = 765). Red value is 255 (100% from 255 or 37.5% from 680); Green value is 222 (87.11% from 255 or 32.65% from 680); Blue value is 203 (79.69% from 255 or 29.85% from 680); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDECB is #002134. Grayscale: #E5E5E5. Windows color (decimal): -8501 or 13360895. OLE color: 13360895.

HSL color Cylindrical-coordinate representation of color #FFDECB: hue angle of 21.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFDECB is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB255222203-
CMYK00.130.200
HSL21.92º100%89.8%-
HSV(B)21.92º20.39%100%-
XYZ78.1477.8167.4-
YUV229.7112.93146.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.5%
GREEN value IS 222 (87.11% from 255) = 32.65%
BLUE value IS 203 (79.69% from 255) = 29.85%
R=37.5%
G=32.65%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522220300.130.20021.9210089.8
HexFFDECB0D14016645a
Octal37733631301524026144132
Binary111111111101111011001011011011010001011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDECB; }

 p { color: rgb(255,222,203); }

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

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

 a { background-color: rgb(255,222,203); }

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

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

 span { border-color: rgb(255,222,203); }

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