#ffddc7

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

Shades of Karry #FFDDC7

Tints of Karry #FFDDC7

Color information

#FFDDC7 (or 0xFFDDC7) is unknown color: approx Karry. HEX triplet: FF, DD and C7. RGB value is (255,221,199). Sum of RGB (Red+Green+Blue) = 255+221+199=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 221 (86.72% from 255 or 32.74% from 675); Blue value is 199 (78.12% from 255 or 29.48% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDC7 is #002238. Grayscale: #E4E4E4. Windows color (decimal): -8761 or 13098495. OLE color: 13098495.

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

Color convert

RGB255221199-
CMYK00.130.220
HSL23.57º100%89.02%-
HSV(B)23.57º21.96%100%-
XYZ77.4177.164.83-
YUV228.66111.26146.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 221 (86.72% from 255) = 32.74%
BLUE value IS 199 (78.12% from 255) = 29.48%
R=37.78%
G=32.74%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522119900.130.22023.5710089.02
HexFFDDC70D160186459
Octal37733530701526030144131
Binary111111111101110111000111011011011001100011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffddc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffddc7; }

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

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

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

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

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

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

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

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