Shades of Quill Grey #CDCCC4
Tints of Quill Grey #CDCCC4
RGB
CMYK
RGB Variations
Color information
#CDCCC4 (or 0xCDCCC4) is known color: Quill Grey. HEX triplet: CD, CC and C4. RGB value is (205,204,196). Sum of RGB (Red+Green+Blue) = 205+204+196=605 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.88% from 605); Green value is 204 (80.08% from 255 or 33.72% from 605); Blue value is 196 (76.95% from 255 or 32.40% from 605); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCC4 is #32333B. Grayscale: #CBCBCB. Windows color (decimal): -3289916 or 12897485. OLE color: 12897485.
HSL color Cylindrical-coordinate representation of color #CDCCC4: hue angle of 53.33º degrees, saturation: 0.08, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDCCC4 is Cyan = 0, Magento = 0.00, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 204 | 196 | - |
CMYK | 0 | 0.00 | 0.04 | 0.20 |
HSL | 53.33º | 0.08% | 0.79% | - |
HSV(B) | 53.33º | 0.04% | 0.8% | - |
XYZ | 56.73 | 60.15 | 60.84 | - |
YUV | 203.39 | 123.83 | 129.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 196 | 0 | 0.00 | 0.04 | 0.20 | 53.33 | 0.08 | 0.79 |
Hex | CD | CC | C4 | 0 | 0 | 4 | 14 | 35 | 8 | 4F |
Octal | 315 | 314 | 304 | 0 | 0 | 4 | 24 | 65 | 10 | 117 |
Binary | 11001101 | 11001100 | 11000100 | 0 | 0 | 100 | 10100 | 110101 | 1000 | 1001111 |
Color Harmonies of #CDCCC4
Complementary color
Monochromatic Colors of #CDCCC4
Black with #CDCCC4
Text Example
Text Example
White with #CDCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCC4; }
p { color: rgb(205,204,196); }
H1.HeaderClassName
{
color: #CDCCC4;
}
.AnyTagClassName
{
color: #CDCCC4;
}
</style>
background-color css
<style>
a { background-color: #CDCCC4; }
a { background-color: rgb(205,204,196); }
div.DivClassName
{
background-color: #CDCCC4;
}
.BgClassName
{
background-color: #CDCCC4;
}
</style>
border-color css
<style>
span { border-color: #CDCCC4; }
span { border-color: rgb(205,204,196); }
td.TdClassName
{
border-color: #CDCCC4;
}
.TagClassName
{
border-color: #CDCCC4;
}
</style>