Shades of Wafer #CCBDB6
Tints of Wafer #CCBDB6
RGB
CMYK
RGB Variations
Color information
#CCBDB6 (or 0xCCBDB6) is known color: Wafer. HEX triplet: CC, BD and B6. RGB value is (204,189,182). Sum of RGB (Red+Green+Blue) = 204+189+182=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDB6 is #334249. Grayscale: #C0C0C0. Windows color (decimal): -3359306 or 11976140. OLE color: 11976140.
HSL color Cylindrical-coordinate representation of color #CCBDB6: hue angle of 19.09º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBDB6 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 189 | 182 | - |
CMYK | 0 | 0.07 | 0.11 | 0.2 |
HSL | 19.09º | 0.18% | 0.76% | - |
HSV(B) | 19.09º | 0.11% | 0.8% | - |
XYZ | 51.54 | 52.61 | 51.69 | - |
YUV | 192.69 | 121.97 | 136.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 189 | 182 | 0 | 0.07 | 0.11 | 0.2 | 19.09 | 0.18 | 0.76 |
Hex | CC | BD | B6 | 0 | 7 | B | 14 | 13 | 12 | 4C |
Octal | 314 | 275 | 266 | 0 | 7 | 13 | 24 | 23 | 22 | 114 |
Binary | 11001100 | 10111101 | 10110110 | 0 | 111 | 1011 | 10100 | 10011 | 10010 | 1001100 |
Color Harmonies of #CCBDB6
Complementary color
Monochromatic Colors of #CCBDB6
Black with #CCBDB6
Text Example
Text Example
White with #CCBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDB6; }
p { color: rgb(204,189,182); }
H1.HeaderClassName
{
color: #CCBDB6;
}
.AnyTagClassName
{
color: #CCBDB6;
}
</style>
background-color css
<style>
a { background-color: #CCBDB6; }
a { background-color: rgb(204,189,182); }
div.DivClassName
{
background-color: #CCBDB6;
}
.BgClassName
{
background-color: #CCBDB6;
}
</style>
border-color css
<style>
span { border-color: #CCBDB6; }
span { border-color: rgb(204,189,182); }
td.TdClassName
{
border-color: #CCBDB6;
}
.TagClassName
{
border-color: #CCBDB6;
}
</style>