#FFD5D0

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

Shades of Cosmos #FFD5D0

Tints of Cosmos #FFD5D0

Color information

#FFD5D0 (or 0xFFD5D0) is unknown color: approx Cosmos. HEX triplet: FF, D5 and D0. RGB value is (255,213,208). Sum of RGB (Red+Green+Blue) = 255+213+208=676 (89% of max value = 765). Red value is 255 (100% from 255 or 37.72% from 676); Green value is 213 (83.59% from 255 or 31.51% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5D0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5D0 is #002A2F. Grayscale: #E1E1E1. Windows color (decimal): -10800 or 13686271. OLE color: 13686271.

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

Color convert

RGB255213208-
CMYK00.160.180
HSL6.38º100%90.78%-
HSV(B)6.38º18.43%100%-
XYZ76.4273.469.81-
YUV224.99118.41149.41-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.72%
GREEN value IS 213 (83.59% from 255) = 31.51%
BLUE value IS 208 (81.64% from 255) = 30.77%
R=37.72%
G=31.51%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521320800.160.1806.3810090.78
HexFFD5D00101206645b
Octal3773253200202206144133
Binary11111111110101011101000001000010010011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5D0; }

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

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

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

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

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

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

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

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