#FFD0C7

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

Shades of Cosmos #FFD0C7

Tints of Cosmos #FFD0C7

Color information

#FFD0C7 (or 0xFFD0C7) is unknown color: approx Cosmos. HEX triplet: FF, D0 and C7. RGB value is (255,208,199). Sum of RGB (Red+Green+Blue) = 255+208+199=662 (87% of max value = 765). Red value is 255 (100% from 255 or 38.52% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 199 (78.12% from 255 or 30.06% from 662); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD0C7 is #002F38. Grayscale: #DDDDDD. Windows color (decimal): -12089 or 13095167. OLE color: 13095167.

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

Color convert

RGB255208199-
CMYK00.180.220
HSL9.64º100%89.02%-
HSV(B)9.64º21.96%100%-
XYZ74.170.563.73-
YUV221.03115.57152.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.52%
GREEN value IS 208 (81.64% from 255) = 31.42%
BLUE value IS 199 (78.12% from 255) = 30.06%
R=38.52%
G=31.42%
B=30.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.22
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520819900.180.2209.6410089.02
HexFFD0C7012160a6459
Octal37732030702226012144131
Binary111111111101000011000111010010101100101011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD0C7; }

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

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

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

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

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

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

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

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