#FFD1CD

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

Shades of Cosmos #FFD1CD

Tints of Cosmos #FFD1CD

Color information

#FFD1CD (or 0xFFD1CD) is unknown color: approx Cosmos. HEX triplet: FF, D1 and CD. RGB value is (255,209,205). Sum of RGB (Red+Green+Blue) = 255+209+205=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 209 (82.03% from 255 or 31.24% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD1CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD1CD is #002E32. Grayscale: #DEDEDE. Windows color (decimal): -11827 or 13488639. OLE color: 13488639.

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

Color convert

RGB255209205-
CMYK00.180.200
HSL4.8º100%90.2%-
HSV(B)4.8º19.61%100%-
XYZ75.0671.2767.56-
YUV222.3118.24151.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.12%
GREEN value IS 209 (82.03% from 255) = 31.24%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=38.12%
G=31.24%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520920500.180.2004.810090.2
HexFFD1CD0121405645a
Octal3773213150222405144132
Binary11111111110100011100110101001010100010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD1CD; }

 p { color: rgb(255,209,205); }

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

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

 a { background-color: rgb(255,209,205); }

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

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

 span { border-color: rgb(255,209,205); }

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