#FFDDC0

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

Shades of Karry #FFDDC0

Tints of Karry #FFDDC0

Color information

#FFDDC0 (or 0xFFDDC0) is unknown color: approx Karry. HEX triplet: FF, DD and C0. RGB value is (255,221,192). Sum of RGB (Red+Green+Blue) = 255+221+192=668 (88% of max value = 765). Red value is 255 (100% from 255 or 38.17% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 192 (75.39% from 255 or 28.74% from 668); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC0 is #00223F. Grayscale: #E4E4E4. Windows color (decimal): -8768 or 12639743. OLE color: 12639743.

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

Color convert

RGB255221192-
CMYK00.130.250
HSL27.62º100%87.65%-
HSV(B)27.62º24.71%100%-
XYZ76.6176.7860.65-
YUV227.86107.76147.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.17%
GREEN value IS 221 (86.72% from 255) = 33.08%
BLUE value IS 192 (75.39% from 255) = 28.74%
R=38.17%
G=33.08%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522119200.130.25027.6210087.65
HexFFDDC00D1901c6458
Octal37733530001531034144130
Binary111111111101110111000000011011100101110011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDC0; }

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

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

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

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

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

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

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

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