#FFDFC7

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

Shades of Karry #FFDFC7

Tints of Karry #FFDFC7

Color information

#FFDFC7 (or 0xFFDFC7) is unknown color: approx Karry. HEX triplet: FF, DF and C7. RGB value is (255,223,199). Sum of RGB (Red+Green+Blue) = 255+223+199=677 (89% of max value = 765). Red value is 255 (100% from 255 or 37.67% from 677); Green value is 223 (87.5% from 255 or 32.94% from 677); Blue value is 199 (78.12% from 255 or 29.39% from 677); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC7 is #002038. Grayscale: #E5E5E5. Windows color (decimal): -8249 or 13099007. OLE color: 13099007.

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

Color convert

RGB255223199-
CMYK00.130.220
HSL25.71º100%89.02%-
HSV(B)25.71º21.96%100%-
XYZ77.9478.1665.01-
YUV229.83110.6145.95-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.67%
GREEN value IS 223 (87.5% from 255) = 32.94%
BLUE value IS 199 (78.12% from 255) = 29.39%
R=37.67%
G=32.94%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522319900.130.22025.7110089.02
HexFFDFC70D1601a6459
Octal37733730701526032144131
Binary111111111101111111000111011011011001101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFC7; }

 p { color: rgb(255,223,199); }

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

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

 a { background-color: rgb(255,223,199); }

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

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

 span { border-color: rgb(255,223,199); }

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