Shades of Prelude #CCBEDA
Tints of Prelude #CCBEDA
RGB
CMYK
RGB Variations
Color information
#CCBEDA (or 0xCCBEDA) is known color: Prelude. HEX triplet: CC, BE and DA. RGB value is (204,190,218). Sum of RGB (Red+Green+Blue) = 204+190+218=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCBEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEDA is #334125. Grayscale: #C5C5C5. Windows color (decimal): -3359014 or 14335692. OLE color: 14335692.
HSL color Cylindrical-coordinate representation of color #CCBEDA: hue angle of 270º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCBEDA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 190 | 218 | - |
CMYK | 0.06 | 0.13 | 0 | 0.15 |
HSL | 270º | 0.27% | 0.8% | - |
HSV(B) | 270º | 0.13% | 0.85% | - |
XYZ | 55.97 | 54.73 | 73.94 | - |
YUV | 197.38 | 139.64 | 132.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 218 | 0.06 | 0.13 | 0 | 0.15 | 270 | 0.27 | 0.8 |
Hex | CC | BE | DA | 6 | D | 0 | F | 10E | 1B | 50 |
Octal | 314 | 276 | 332 | 6 | 15 | 0 | 17 | 416 | 33 | 120 |
Binary | 11001100 | 10111110 | 11011010 | 110 | 1101 | 0 | 1111 | 100001110 | 11011 | 1010000 |
Color Harmonies of #CCBEDA
Complementary color
Monochromatic Colors of #CCBEDA
Black with #CCBEDA
Text Example
Text Example
White with #CCBEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEDA; }
p { color: rgb(204,190,218); }
H1.HeaderClassName
{
color: #CCBEDA;
}
.AnyTagClassName
{
color: #CCBEDA;
}
</style>
background-color css
<style>
a { background-color: #CCBEDA; }
a { background-color: rgb(204,190,218); }
div.DivClassName
{
background-color: #CCBEDA;
}
.BgClassName
{
background-color: #CCBEDA;
}
</style>
border-color css
<style>
span { border-color: #CCBEDA; }
span { border-color: rgb(204,190,218); }
td.TdClassName
{
border-color: #CCBEDA;
}
.TagClassName
{
border-color: #CCBEDA;
}
</style>