#FFD6CD

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

Shades of Cosmos #FFD6CD

Tints of Cosmos #FFD6CD

Color information

#FFD6CD (or 0xFFD6CD) is unknown color: approx Cosmos. HEX triplet: FF, D6 and CD. RGB value is (255,214,205). Sum of RGB (Red+Green+Blue) = 255+214+205=674 (89% of max value = 765). Red value is 255 (100% from 255 or 37.83% from 674); Green value is 214 (83.98% from 255 or 31.75% from 674); Blue value is 205 (80.47% from 255 or 30.42% from 674); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD6CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD6CD is #002932. Grayscale: #E1E1E1. Windows color (decimal): -10547 or 13489919. OLE color: 13489919.

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

Color convert

RGB255214205-
CMYK00.160.200
HSL10.8º100%90.2%-
HSV(B)10.8º19.61%100%-
XYZ76.3173.7667.97-
YUV225.23116.58149.23-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.83%
GREEN value IS 214 (83.98% from 255) = 31.75%
BLUE value IS 205 (80.47% from 255) = 30.42%
R=37.83%
G=31.75%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521420500.160.20010.810090.2
HexFFD6CD010140b645a
Octal37732631502024013144132
Binary111111111101011011001101010000101000101111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD6CD; }

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

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

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

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

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

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

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

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