Shades of Quill Grey #CDCCC3
Tints of Quill Grey #CDCCC3
RGB
CMYK
RGB Variations
Color information
#CDCCC3 (or 0xCDCCC3) is known color: Quill Grey. HEX triplet: CD, CC and C3. RGB value is (205,204,195). Sum of RGB (Red+Green+Blue) = 205+204+195=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 205 - color contains mainly: red. Hex color #CDCCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCCC3 is #32333C. Grayscale: #CBCBCB. Windows color (decimal): -3289917 or 12831949. OLE color: 12831949.
HSL color Cylindrical-coordinate representation of color #CDCCC3: hue angle of 54º degrees, saturation: 0.09, 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 #CDCCC3 is Cyan = 0, Magento = 0.00, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 204 | 195 | - |
CMYK | 0 | 0.00 | 0.05 | 0.20 |
HSL | 54º | 0.09% | 0.78% | - |
HSV(B) | 54º | 0.05% | 0.8% | - |
XYZ | 56.62 | 60.11 | 60.25 | - |
YUV | 203.27 | 123.33 | 129.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 204 | 195 | 0 | 0.00 | 0.05 | 0.20 | 54 | 0.09 | 0.78 |
Hex | CD | CC | C3 | 0 | 0 | 5 | 14 | 36 | 9 | 4E |
Octal | 315 | 314 | 303 | 0 | 0 | 5 | 24 | 66 | 11 | 116 |
Binary | 11001101 | 11001100 | 11000011 | 0 | 0 | 101 | 10100 | 110110 | 1001 | 1001110 |
Color Harmonies of #CDCCC3
Complementary color
Monochromatic Colors of #CDCCC3
Black with #CDCCC3
Text Example
Text Example
White with #CDCCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCC3; }
p { color: rgb(205,204,195); }
H1.HeaderClassName
{
color: #CDCCC3;
}
.AnyTagClassName
{
color: #CDCCC3;
}
</style>
background-color css
<style>
a { background-color: #CDCCC3; }
a { background-color: rgb(205,204,195); }
div.DivClassName
{
background-color: #CDCCC3;
}
.BgClassName
{
background-color: #CDCCC3;
}
</style>
border-color css
<style>
span { border-color: #CDCCC3; }
span { border-color: rgb(205,204,195); }
td.TdClassName
{
border-color: #CDCCC3;
}
.TagClassName
{
border-color: #CDCCC3;
}
</style>