#FFD5CC

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

Shades of Cosmos #FFD5CC

Tints of Cosmos #FFD5CC

Color information

#FFD5CC (or 0xFFD5CC) is unknown color: approx Cosmos. HEX triplet: FF, D5 and CC. RGB value is (255,213,204). Sum of RGB (Red+Green+Blue) = 255+213+204=672 (89% of max value = 765). Red value is 255 (100% from 255 or 37.95% from 672); Green value is 213 (83.59% from 255 or 31.70% from 672); Blue value is 204 (80.08% from 255 or 30.36% from 672); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD5CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD5CC is #002A33. Grayscale: #E0E0E0. Windows color (decimal): -10804 or 13424127. OLE color: 13424127.

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

Color convert

RGB255213204-
CMYK00.160.20
HSL10.59º100%90%-
HSV(B)10.59º20%100%-
XYZ75.9373.2167.26-
YUV224.53116.41149.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.95%
GREEN value IS 213 (83.59% from 255) = 31.70%
BLUE value IS 204 (80.08% from 255) = 30.36%
R=37.95%
G=31.70%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521320400.160.2010.5910090
HexFFD5CC010140b645a
Octal37732531402024013144132
Binary111111111101010111001100010000101000101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD5CC; }

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

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

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

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

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

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

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

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