Shades of Prelude #CCB2DF
Tints of Prelude #CCB2DF
RGB
CMYK
RGB Variations
Color information
#CCB2DF (or 0xCCB2DF) is known color: Prelude. HEX triplet: CC, B2 and DF. RGB value is (204,178,223). Sum of RGB (Red+Green+Blue) = 204+178+223=605 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.72% from 605); Green value is 178 (69.92% from 255 or 29.42% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2DF is #334D20. Grayscale: #BEBEBE. Windows color (decimal): -3362081 or 14660300. OLE color: 14660300.
HSL color Cylindrical-coordinate representation of color #CCB2DF: hue angle of 274.67º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB2DF is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 178 | 223 | - |
CMYK | 0.09 | 0.20 | 0 | 0.13 |
HSL | 274.67º | 0.41% | 0.79% | - |
HSV(B) | 274.67º | 0.2% | 0.87% | - |
XYZ | 54.14 | 50.01 | 76.61 | - |
YUV | 190.9 | 146.11 | 137.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 178 | 223 | 0.09 | 0.20 | 0 | 0.13 | 274.67 | 0.41 | 0.79 |
Hex | CC | B2 | DF | 9 | 14 | 0 | D | 113 | 29 | 4F |
Octal | 314 | 262 | 337 | 11 | 24 | 0 | 15 | 423 | 51 | 117 |
Binary | 11001100 | 10110010 | 11011111 | 1001 | 10100 | 0 | 1101 | 100010011 | 101001 | 1001111 |
Color Harmonies of #CCB2DF
Complementary color
Monochromatic Colors of #CCB2DF
Black with #CCB2DF
Text Example
Text Example
White with #CCB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2DF; }
p { color: rgb(204,178,223); }
H1.HeaderClassName
{
color: #CCB2DF;
}
.AnyTagClassName
{
color: #CCB2DF;
}
</style>
background-color css
<style>
a { background-color: #CCB2DF; }
a { background-color: rgb(204,178,223); }
div.DivClassName
{
background-color: #CCB2DF;
}
.BgClassName
{
background-color: #CCB2DF;
}
</style>
border-color css
<style>
span { border-color: #CCB2DF; }
span { border-color: rgb(204,178,223); }
td.TdClassName
{
border-color: #CCB2DF;
}
.TagClassName
{
border-color: #CCB2DF;
}
</style>