Shades of Prelude #CCBFD3
Tints of Prelude #CCBFD3
RGB
CMYK
RGB Variations
Color information
#CCBFD3 (or 0xCCBFD3) is known color: Prelude. HEX triplet: CC, BF and D3. RGB value is (204,191,211). Sum of RGB (Red+Green+Blue) = 204+191+211=606 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.66% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCBFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFD3 is #33402C. Grayscale: #C5C5C5. Windows color (decimal): -3358765 or 13877196. OLE color: 13877196.
HSL color Cylindrical-coordinate representation of color #CCBFD3: hue angle of 279º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBFD3 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 204 | 191 | 211 | - |
CMYK | 0.03 | 0.09 | 0 | 0.17 |
HSL | 279º | 0.19% | 0.79% | - |
HSV(B) | 279º | 0.09% | 0.83% | - |
XYZ | 55.29 | 54.8 | 69.29 | - |
YUV | 197.17 | 135.81 | 132.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 211 | 0.03 | 0.09 | 0 | 0.17 | 279 | 0.19 | 0.79 |
Hex | CC | BF | D3 | 3 | 9 | 0 | 11 | 117 | 13 | 4F |
Octal | 314 | 277 | 323 | 3 | 11 | 0 | 21 | 427 | 23 | 117 |
Binary | 11001100 | 10111111 | 11010011 | 11 | 1001 | 0 | 10001 | 100010111 | 10011 | 1001111 |
Color Harmonies of #CCBFD3
Complementary color
Monochromatic Colors of #CCBFD3
Black with #CCBFD3
Text Example
Text Example
White with #CCBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFD3; }
p { color: rgb(204,191,211); }
H1.HeaderClassName
{
color: #CCBFD3;
}
.AnyTagClassName
{
color: #CCBFD3;
}
</style>
background-color css
<style>
a { background-color: #CCBFD3; }
a { background-color: rgb(204,191,211); }
div.DivClassName
{
background-color: #CCBFD3;
}
.BgClassName
{
background-color: #CCBFD3;
}
</style>
border-color css
<style>
span { border-color: #CCBFD3; }
span { border-color: rgb(204,191,211); }
td.TdClassName
{
border-color: #CCBFD3;
}
.TagClassName
{
border-color: #CCBFD3;
}
</style>