#FFDEC6

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

Shades of Karry #FFDEC6

Tints of Karry #FFDEC6

Color information

#FFDEC6 (or 0xFFDEC6) is unknown color: approx Karry. HEX triplet: FF, DE and C6. RGB value is (255,222,198). Sum of RGB (Red+Green+Blue) = 255+222+198=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 222 (87.11% from 255 or 32.89% from 675); Blue value is 198 (77.73% from 255 or 29.33% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEC6 is #002139. Grayscale: #E5E5E5. Windows color (decimal): -8506 or 13033215. OLE color: 13033215.

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

Color convert

RGB255222198-
CMYK00.130.220
HSL25.26º100%88.82%-
HSV(B)25.26º22.35%100%-
XYZ77.5577.5864.31-
YUV229.13110.43146.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 222 (87.11% from 255) = 32.89%
BLUE value IS 198 (77.73% from 255) = 29.33%
R=37.78%
G=32.89%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522219800.130.22025.2610088.82
HexFFDEC60D160196459
Octal37733630601526031144131
Binary111111111101111011000110011011011001100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEC6; }

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

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

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

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

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

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

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

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