Shades of Quill Grey #CDCCC2
Tints of Quill Grey #CDCCC2
RGB
CMYK
RGB Variations
Color information
#CDCCC2 (or 0xCDCCC2) is known color: Quill Grey. HEX triplet: CD, CC and C2. RGB value is (205,204,194). Sum of RGB (Red+Green+Blue) = 205+204+194=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 204 (80.08% from 255 or 33.83% from 603); Blue value is 194 (76.17% from 255 or 32.17% from 603); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCC2 is #32333D. Grayscale: #CBCBCB. Windows color (decimal): -3289918 or 12766413. OLE color: 12766413.
HSL color Cylindrical-coordinate representation of color #CDCCC2: hue angle of 54.55º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CDCCC2 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 204 | 194 | - |
CMYK | 0 | 0.00 | 0.05 | 0.20 |
HSL | 54.55º | 0.1% | 0.78% | - |
HSV(B) | 54.55º | 0.05% | 0.8% | - |
XYZ | 56.51 | 60.06 | 59.65 | - |
YUV | 203.16 | 122.83 | 129.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 194 | 0 | 0.00 | 0.05 | 0.20 | 54.55 | 0.1 | 0.78 |
Hex | CD | CC | C2 | 0 | 0 | 5 | 14 | 37 | A | 4E |
Octal | 315 | 314 | 302 | 0 | 0 | 5 | 24 | 67 | 12 | 116 |
Binary | 11001101 | 11001100 | 11000010 | 0 | 0 | 101 | 10100 | 110111 | 1010 | 1001110 |
Color Harmonies of #CDCCC2
Complementary color
Monochromatic Colors of #CDCCC2
Black with #CDCCC2
Text Example
Text Example
White with #CDCCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCC2; }
p { color: rgb(205,204,194); }
H1.HeaderClassName
{
color: #CDCCC2;
}
.AnyTagClassName
{
color: #CDCCC2;
}
</style>
background-color css
<style>
a { background-color: #CDCCC2; }
a { background-color: rgb(205,204,194); }
div.DivClassName
{
background-color: #CDCCC2;
}
.BgClassName
{
background-color: #CDCCC2;
}
</style>
border-color css
<style>
span { border-color: #CDCCC2; }
span { border-color: rgb(205,204,194); }
td.TdClassName
{
border-color: #CDCCC2;
}
.TagClassName
{
border-color: #CDCCC2;
}
</style>