#FFD2CD

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

Shades of Cosmos #FFD2CD

Tints of Cosmos #FFD2CD

Color information

#FFD2CD (or 0xFFD2CD) is unknown color: approx Cosmos. HEX triplet: FF, D2 and CD. RGB value is (255,210,205). Sum of RGB (Red+Green+Blue) = 255+210+205=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 210 (82.42% from 255 or 31.34% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2CD is #002D32. Grayscale: #DEDEDE. Windows color (decimal): -11571 or 13488895. OLE color: 13488895.

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

Color convert

RGB255210205-
CMYK00.180.200
HSL100%90.2%-
HSV(B)19.61%100%-
XYZ75.3171.7667.64-
YUV222.88117.91150.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 210 (82.42% from 255) = 31.34%
BLUE value IS 205 (80.47% from 255) = 30.60%
R=38.06%
G=31.34%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521020500.180.200610090.2
HexFFD2CD0121406645a
Octal3773223150222406144132
Binary11111111110100101100110101001010100011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD2CD; }

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

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

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

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

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

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

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

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