#FFDFCC

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

Shades of Karry #FFDFCC

Tints of Karry #FFDFCC

Color information

#FFDFCC (or 0xFFDFCC) is unknown color: approx Karry. HEX triplet: FF, DF and CC. RGB value is (255,223,204). Sum of RGB (Red+Green+Blue) = 255+223+204=682 (90% of max value = 765). Red value is 255 (100% from 255 or 37.39% from 682); Green value is 223 (87.5% from 255 or 32.70% from 682); Blue value is 204 (80.08% from 255 or 29.91% from 682); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDFCC is #002033. Grayscale: #E6E6E6. Windows color (decimal): -8244 or 13426687. OLE color: 13426687.

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

Color convert

RGB255223204-
CMYK00.130.20
HSL22.35º100%90%-
HSV(B)22.35º20%100%-
XYZ78.5378.3968.12-
YUV230.4113.1145.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.39%
GREEN value IS 223 (87.5% from 255) = 32.70%
BLUE value IS 204 (80.08% from 255) = 29.91%
R=37.39%
G=32.70%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522320400.130.2022.3510090
HexFFDFCC0D14016645a
Octal37733731401524026144132
Binary111111111101111111001100011011010001011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDFCC; }

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

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

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

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

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

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

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

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