#FFD5CD

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

Shades of Cosmos #FFD5CD

Tints of Cosmos #FFD5CD

Color information

#FFD5CD (or 0xFFD5CD) is unknown color: approx Cosmos. HEX triplet: FF, D5 and CD. RGB value is (255,213,205). Sum of RGB (Red+Green+Blue) = 255+213+205=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 213 (83.59% from 255 or 31.65% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5CD is #002A32. Grayscale: #E0E0E0. Windows color (decimal): -10803 or 13489663. OLE color: 13489663.

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

Color convert

RGB255213205-
CMYK00.160.200
HSL9.6º100%90.2%-
HSV(B)9.6º19.61%100%-
XYZ76.0573.2667.89-
YUV224.65116.91149.65-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 213 (83.59% from 255) = 31.65%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=37.89%
G=31.65%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521320500.160.2009.610090.2
HexFFD5CD010140a645a
Octal37732531502024012144132
Binary111111111101010111001101010000101000101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5CD; }

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

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

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

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

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

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

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

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