#FFDEC4

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

Shades of Karry #FFDEC4

Tints of Karry #FFDEC4

Color information

#FFDEC4 (or 0xFFDEC4) is unknown color: approx Karry. HEX triplet: FF, DE and C4. RGB value is (255,222,196). Sum of RGB (Red+Green+Blue) = 255+222+196=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 222 (87.11% from 255 or 32.99% from 673); Blue value is 196 (76.95% from 255 or 29.12% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDEC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDEC4 is #00213B. Grayscale: #E5E5E5. Windows color (decimal): -8508 or 12902143. OLE color: 12902143.

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

Color convert

RGB255222196-
CMYK00.130.230
HSL26.44º100%88.43%-
HSV(B)26.44º23.14%100%-
XYZ77.3377.4963.11-
YUV228.9109.43146.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 222 (87.11% from 255) = 32.99%
BLUE value IS 196 (76.95% from 255) = 29.12%
R=37.89%
G=32.99%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522219600.130.23026.4410088.43
HexFFDEC40D1701a6458
Octal37733630401527032144130
Binary111111111101111011000100011011011101101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDEC4; }

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

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

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

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

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

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

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

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