Shades of Cosmos #FFD2CC
Tints of Cosmos #FFD2CC
RGB
CMYK
RGB Variations
Color information
#FFD2CC (or 0xFFD2CC) is known color: Cosmos. HEX triplet: FF, D2 and CC. RGB value is (255,210,204). Sum of RGB (Red+Green+Blue) = 255+210+204=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 210 (82.42% from 255 or 31.39% from 669); Blue value is 204 (80.08% from 255 or 30.49% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFD2CC is #002D33. Grayscale: #DEDEDE. Windows color (decimal): -11572 or 13423359. OLE color: 13423359.
HSL color Cylindrical-coordinate representation of color #FFD2CC: hue angle of 7.06º 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 #FFD2CC is Cyan = 0, Magento = 0.18, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 210 | 204 | - |
| CMYK | 0 | 0.18 | 0.2 | 0 |
| HSL | 7.06º | 1% | 0.9% | - |
| HSV(B) | 7.06º | 0.2% | 1% | - |
| XYZ | 75.19 | 71.71 | 67.01 | - |
| YUV | 222.77 | 117.41 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 210 | 204 | 0 | 0.18 | 0.2 | 0 | 7.06 | 1 | 0.9 |
| Hex | FF | D2 | CC | 0 | 12 | 14 | 0 | 7 | 64 | 5A |
| Octal | 377 | 322 | 314 | 0 | 22 | 24 | 0 | 7 | 144 | 132 |
| Binary | 11111111 | 11010010 | 11001100 | 0 | 10010 | 10100 | 0 | 111 | 1100100 | 1011010 |
Color Harmonies of #FFD2CC
Complementary color
Monochromatic Colors of #FFD2CC
Black with #FFD2CC
Text Example
Text Example
White with #FFD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFD2CC; }
p { color: rgb(255,210,204); }
H1.HeaderClassName
{
color: #FFD2CC;
}
.AnyTagClassName
{
color: #FFD2CC;
}
</style>
background-color css
<style>
a { background-color: #FFD2CC; }
a { background-color: rgb(255,210,204); }
div.DivClassName
{
background-color: #FFD2CC;
}
.BgClassName
{
background-color: #FFD2CC;
}
</style>
border-color css
<style>
span { border-color: #FFD2CC; }
span { border-color: rgb(255,210,204); }
td.TdClassName
{
border-color: #FFD2CC;
}
.TagClassName
{
border-color: #FFD2CC;
}
</style>