#FFDDBF

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

Shades of Karry #FFDDBF

Tints of Karry #FFDDBF

Color information

#FFDDBF (or 0xFFDDBF) is unknown color: approx Karry. HEX triplet: FF, DD and BF. RGB value is (255,221,191). Sum of RGB (Red+Green+Blue) = 255+221+191=667 (88% of max value = 765). Red value is 255 (100% from 255 or 38.23% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 191 (75% from 255 or 28.64% from 667); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDBF is #002240. Grayscale: #E3E3E3. Windows color (decimal): -8769 or 12574207. OLE color: 12574207.

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

Color convert

RGB255221191-
CMYK00.130.250
HSL28.13º100%87.45%-
HSV(B)28.13º25.1%100%-
XYZ76.576.7360.07-
YUV227.75107.26147.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.23%
GREEN value IS 221 (86.72% from 255) = 33.13%
BLUE value IS 191 (75% from 255) = 28.64%
R=38.23%
G=33.13%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522119100.130.25028.1310087.45
HexFFDDBF0D1901c6457
Octal37733527701531034144127
Binary111111111101110110111111011011100101110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDBF; }

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

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

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

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

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

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

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

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