#FFD4CE

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

Shades of Cosmos #FFD4CE

Tints of Cosmos #FFD4CE

Color information

#FFD4CE (or 0xFFD4CE) is unknown color: approx Cosmos. HEX triplet: FF, D4 and CE. RGB value is (255,212,206). Sum of RGB (Red+Green+Blue) = 255+212+206=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 212 (83.20% from 255 or 31.50% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD4CE is #002B31. Grayscale: #E0E0E0. Windows color (decimal): -11058 or 13554943. OLE color: 13554943.

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

Color convert

RGB255212206-
CMYK00.170.190
HSL7.35º100%90.39%-
HSV(B)7.35º19.22%100%-
XYZ75.9272.868.44-
YUV224.17117.75149.99-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 212 (83.20% from 255) = 31.50%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=37.89%
G=31.50%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521220600.170.1907.3510090.39
HexFFD4CE0111307645a
Octal3773243160212307144132
Binary11111111110101001100111001000110011011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD4CE; }

 p { color: rgb(255,212,206); }

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

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

 a { background-color: rgb(255,212,206); }

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

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

 span { border-color: rgb(255,212,206); }

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