#CCC0F8

Color #CCC0F8 Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #CCC0F8

Tints of Lavender Blue #CCC0F8

Color information

#CCC0F8 (or 0xCCC0F8) is unknown color: approx Lavender Blue. HEX triplet: CC, C0 and F8. RGB value is (204,192,248). Sum of RGB (Red+Green+Blue) = 204+192+248=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 248 (97.27% from 255 or 38.51% from 644); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCC0F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC0F8 is #333F07. Grayscale: #C9C9C9. Windows color (decimal): -3358472 or 16302284. OLE color: 16302284.

HSL color Cylindrical-coordinate representation of color #CCC0F8: hue angle of 252.86º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC0F8 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204192248-
CMYK0.180.2300.03
HSL252.86º80%86.27%-
HSV(B)252.86º22.58%97.25%-
XYZ60.6957.3196.67-
YUV201.97153.98129.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 31.68%
GREEN value IS 192 (75.39% from 255) = 29.81%
BLUE value IS 248 (97.27% from 255) = 38.51%
R=31.68%
G=29.81%
B=38.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041922480.180.2300.03252.868086.27
HexCCC0F8121703fd5056
Octal314300370222703375120126
Binary11001100110000001111100010010101110111111110110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC0F8; }

 p { color: rgb(204,192,248); }

 H1.HeaderClassName
 {
   color: #CCC0F8;
 }
 .AnyTagClassName
 {
   color: #CCC0F8;
 }
</style>
background-color css

<style>
 a { background-color: #CCC0F8; }

 a { background-color: rgb(204,192,248); }

 div.DivClassName
 {
   background-color: #CCC0F8;
 }
 .BgClassName
 {
   background-color: #CCC0F8;
 }
</style>
border-color css

<style>
 span { border-color: #CCC0F8; }

 span { border-color: rgb(204,192,248); }

 td.TdClassName
 {
   border-color: #CCC0F8;
 }
 .TagClassName
 {
   border-color: #CCC0F8;
 }
</style>