#FFDDC1

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

Shades of Karry #FFDDC1

Tints of Karry #FFDDC1

Color information

#FFDDC1 (or 0xFFDDC1) is unknown color: approx Karry. HEX triplet: FF, DD and C1. RGB value is (255,221,193). Sum of RGB (Red+Green+Blue) = 255+221+193=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 221 (86.72% from 255 or 33.03% from 669); Blue value is 193 (75.78% from 255 or 28.85% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC1 is #00223E. Grayscale: #E4E4E4. Windows color (decimal): -8767 or 12705279. OLE color: 12705279.

HSL color Cylindrical-coordinate representation of color #FFDDC1: hue angle of 27.1º 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 #FFDDC1 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255221193-
CMYK00.130.240
HSL27.1º100%87.84%-
HSV(B)27.1º24.31%100%-
XYZ76.7276.8261.24-
YUV227.97108.26147.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 221 (86.72% from 255) = 33.03%
BLUE value IS 193 (75.78% from 255) = 28.85%
R=38.12%
G=33.03%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522119300.130.24027.110087.84
HexFFDDC10D1801b6458
Octal37733530101530033144130
Binary111111111101110111000001011011100001101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDC1; }

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

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

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

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

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

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

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

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