#FFDDC3

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

Shades of Karry #FFDDC3

Tints of Karry #FFDDC3

Color information

#FFDDC3 (or 0xFFDDC3) is unknown color: approx Karry. HEX triplet: FF, DD and C3. RGB value is (255,221,195). Sum of RGB (Red+Green+Blue) = 255+221+195=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 195 (76.56% from 255 or 29.06% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC3 is #00223C. Grayscale: #E4E4E4. Windows color (decimal): -8765 or 12836351. OLE color: 12836351.

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

Color convert

RGB255221195-
CMYK00.130.240
HSL26º100%88.24%-
HSV(B)26º23.53%100%-
XYZ76.9576.9162.42-
YUV228.2109.26147.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 221 (86.72% from 255) = 32.94%
BLUE value IS 195 (76.56% from 255) = 29.06%
R=38.00%
G=32.94%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522119500.130.2402610088.24
HexFFDDC30D1801a6458
Octal37733530301530032144130
Binary111111111101110111000011011011100001101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDC3; }

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

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

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

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

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

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

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

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