Shades of Lavender Blue #CCCDEF
Tints of Lavender Blue #CCCDEF
RGB
CMYK
RGB Variations
Color information
#CCCDEF (or 0xCCCDEF) is known color: Lavender Blue. HEX triplet: CC, CD and EF. RGB value is (204,205,239). Sum of RGB (Red+Green+Blue) = 204+205+239=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 205 (80.47% from 255 or 31.64% from 648); Blue value is 239 (93.75% from 255 or 36.88% from 648); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCCDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDEF is #333210. Grayscale: #D0D0D0. Windows color (decimal): -3355153 or 15715788. OLE color: 15715788.
HSL color Cylindrical-coordinate representation of color #CCCDEF: hue angle of 238.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCDEF is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 204 | 205 | 239 | - |
CMYK | 0.15 | 0.14 | 0 | 0.06 |
HSL | 238.29º | 0.52% | 0.87% | - |
HSV(B) | 238.29º | 0.15% | 0.94% | - |
XYZ | 62.31 | 62.73 | 90.49 | - |
YUV | 208.58 | 145.17 | 124.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 205 | 239 | 0.15 | 0.14 | 0 | 0.06 | 238.29 | 0.52 | 0.87 |
Hex | CC | CD | EF | F | E | 0 | 6 | EE | 34 | 57 |
Octal | 314 | 315 | 357 | 17 | 16 | 0 | 6 | 356 | 64 | 127 |
Binary | 11001100 | 11001101 | 11101111 | 1111 | 1110 | 0 | 110 | 11101110 | 110100 | 1010111 |
Color Harmonies of #CCCDEF
Complementary color
Monochromatic Colors of #CCCDEF
Black with #CCCDEF
Text Example
Text Example
White with #CCCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDEF; }
p { color: rgb(204,205,239); }
H1.HeaderClassName
{
color: #CCCDEF;
}
.AnyTagClassName
{
color: #CCCDEF;
}
</style>
background-color css
<style>
a { background-color: #CCCDEF; }
a { background-color: rgb(204,205,239); }
div.DivClassName
{
background-color: #CCCDEF;
}
.BgClassName
{
background-color: #CCCDEF;
}
</style>
border-color css
<style>
span { border-color: #CCCDEF; }
span { border-color: rgb(204,205,239); }
td.TdClassName
{
border-color: #CCCDEF;
}
.TagClassName
{
border-color: #CCCDEF;
}
</style>