#FFDFC8

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

Shades of Karry #FFDFC8

Tints of Karry #FFDFC8

Color information

#FFDFC8 (or 0xFFDFC8) is unknown color: approx Karry. HEX triplet: FF, DF and C8. RGB value is (255,223,200). Sum of RGB (Red+Green+Blue) = 255+223+200=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 223 (87.5% from 255 or 32.89% from 678); Blue value is 200 (78.52% from 255 or 29.50% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFC8 is #002037. Grayscale: #E6E6E6. Windows color (decimal): -8248 or 13164543. OLE color: 13164543.

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

Color convert

RGB255223200-
CMYK00.130.220
HSL25.09º100%89.22%-
HSV(B)25.09º21.57%100%-
XYZ78.0578.2165.62-
YUV229.95111.1145.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 223 (87.5% from 255) = 32.89%
BLUE value IS 200 (78.52% from 255) = 29.50%
R=37.61%
G=32.89%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522320000.130.22025.0910089.22
HexFFDFC80D160196459
Octal37733731001526031144131
Binary111111111101111111001000011011011001100111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFC8; }

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

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

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

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

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

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

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

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