#FFDEC1

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

Shades of Karry #FFDEC1

Tints of Karry #FFDEC1

Color information

#FFDEC1 (or 0xFFDEC1) is unknown color: approx Karry. HEX triplet: FF, DE and C1. RGB value is (255,222,193). Sum of RGB (Red+Green+Blue) = 255+222+193=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 222 (87.11% from 255 or 33.13% from 670); Blue value is 193 (75.78% from 255 or 28.81% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEC1 is #00213E. Grayscale: #E4E4E4. Windows color (decimal): -8511 or 12705535. OLE color: 12705535.

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

Color convert

RGB255222193-
CMYK00.130.240
HSL28.06º100%87.84%-
HSV(B)28.06º24.31%100%-
XYZ76.9977.3561.33-
YUV228.56107.93146.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 222 (87.11% from 255) = 33.13%
BLUE value IS 193 (75.78% from 255) = 28.81%
R=38.06%
G=33.13%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522219300.130.24028.0610087.84
HexFFDEC10D1801c6458
Octal37733630101530034144130
Binary111111111101111011000001011011100001110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEC1; }

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

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

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

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

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

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

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

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