#FFDDC2

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

Shades of Karry #FFDDC2

Tints of Karry #FFDDC2

Color information

#FFDDC2 (or 0xFFDDC2) is unknown color: approx Karry. HEX triplet: FF, DD and C2. RGB value is (255,221,194). Sum of RGB (Red+Green+Blue) = 255+221+194=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 221 (86.72% from 255 or 32.99% from 670); Blue value is 194 (76.17% from 255 or 28.96% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC2 is #00223D. Grayscale: #E4E4E4. Windows color (decimal): -8766 or 12770815. OLE color: 12770815.

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

Color convert

RGB255221194-
CMYK00.130.240
HSL26.56º100%88.04%-
HSV(B)26.56º23.92%100%-
XYZ76.8376.8761.83-
YUV228.09108.76147.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 221 (86.72% from 255) = 32.99%
BLUE value IS 194 (76.17% from 255) = 28.96%
R=38.06%
G=32.99%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522119400.130.24026.5610088.04
HexFFDDC20D1801b6458
Octal37733530201530033144130
Binary111111111101110111000010011011100001101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDC2; }

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

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

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

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

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

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

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

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