#FFDDCA

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

Shades of Karry #FFDDCA

Tints of Karry #FFDDCA

Color information

#FFDDCA (or 0xFFDDCA) is unknown color: approx Karry. HEX triplet: FF, DD and CA. RGB value is (255,221,202). Sum of RGB (Red+Green+Blue) = 255+221+202=678 (89% of max value = 765). Red value is 255 (100% from 255 or 37.61% from 678); Green value is 221 (86.72% from 255 or 32.60% from 678); Blue value is 202 (79.30% from 255 or 29.79% from 678); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFDDCA is #002235. Grayscale: #E5E5E5. Windows color (decimal): -8758 or 13295103. OLE color: 13295103.

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

Color convert

RGB255221202-
CMYK00.130.210
HSL21.51º100%89.61%-
HSV(B)21.51º20.78%100%-
XYZ77.7677.2466.69-
YUV229112.76146.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.61%
GREEN value IS 221 (86.72% from 255) = 32.60%
BLUE value IS 202 (79.30% from 255) = 29.79%
R=37.61%
G=32.60%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25522120200.130.21021.5110089.61
HexFFDDCA0D15016645a
Octal37733531201525026144132
Binary111111111101110111001010011011010101011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFDDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFDDCA; }

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

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

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

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

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

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

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

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