Shades of Oyster Pink #DAACAC
Tints of Oyster Pink #DAACAC
RGB
CMYK
RGB Variations
Color information
#DAACAC (or 0xDAACAC) is known color: Oyster Pink. HEX triplet: DA, AC and AC. RGB value is (218,172,172). Sum of RGB (Red+Green+Blue) = 218+172+172=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACAC is #255353. Grayscale: #B9B9B9. Windows color (decimal): -2446164 or 11316442. OLE color: 11316442.
HSL color Cylindrical-coordinate representation of color #DAACAC: hue angle of 0º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACAC is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 172 | 172 | - |
CMYK | 0 | 0.21 | 0.21 | 0.15 |
HSL | 0º | 0.38% | 0.76% | - |
HSV(B) | 0º | 0.21% | 0.85% | - |
XYZ | 51.11 | 47.39 | 45.48 | - |
YUV | 185.75 | 120.24 | 151 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 172 | 0 | 0.21 | 0.21 | 0.15 | 0 | 0.38 | 0.76 |
Hex | DA | AC | AC | 0 | 15 | 15 | F | 0 | 26 | 4C |
Octal | 332 | 254 | 254 | 0 | 25 | 25 | 17 | 0 | 46 | 114 |
Binary | 11011010 | 10101100 | 10101100 | 0 | 10101 | 10101 | 1111 | 0 | 100110 | 1001100 |
Color Harmonies of #DAACAC
Complementary color
Monochromatic Colors of #DAACAC
Black with #DAACAC
Text Example
Text Example
White with #DAACAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACAC; }
p { color: rgb(218,172,172); }
H1.HeaderClassName
{
color: #DAACAC;
}
.AnyTagClassName
{
color: #DAACAC;
}
</style>
background-color css
<style>
a { background-color: #DAACAC; }
a { background-color: rgb(218,172,172); }
div.DivClassName
{
background-color: #DAACAC;
}
.BgClassName
{
background-color: #DAACAC;
}
</style>
border-color css
<style>
span { border-color: #DAACAC; }
span { border-color: rgb(218,172,172); }
td.TdClassName
{
border-color: #DAACAC;
}
.TagClassName
{
border-color: #DAACAC;
}
</style>