#FFDDC9

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

Shades of Karry #FFDDC9

Tints of Karry #FFDDC9

Color information

#FFDDC9 (or 0xFFDDC9) is unknown color: approx Karry. HEX triplet: FF, DD and C9. RGB value is (255,221,201). Sum of RGB (Red+Green+Blue) = 255+221+201=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 221 (86.72% from 255 or 32.64% from 677); Blue value is 201 (78.91% from 255 or 29.69% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC9 is #002236. Grayscale: #E5E5E5. Windows color (decimal): -8759 or 13229567. OLE color: 13229567.

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

Color convert

RGB255221201-
CMYK00.130.210
HSL22.22º100%89.41%-
HSV(B)22.22º21.18%100%-
XYZ77.6477.1966.07-
YUV228.89112.26146.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 221 (86.72% from 255) = 32.64%
BLUE value IS 201 (78.91% from 255) = 29.69%
R=37.67%
G=32.64%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522120100.130.21022.2210089.41
HexFFDDC90D150166459
Octal37733531101525026144131
Binary111111111101110111001001011011010101011011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDC9; }

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

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

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

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

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

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

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

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