#CCC8FC

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

Shades of Lavender Blue #CCC8FC

Tints of Lavender Blue #CCC8FC

Color information

#CCC8FC (or 0xCCC8FC) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and FC. RGB value is (204,200,252). Sum of RGB (Red+Green+Blue) = 204+200+252=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 200 (78.52% from 255 or 30.49% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FC is #333703. Grayscale: #CECECE. Windows color (decimal): -3356420 or 16566476. OLE color: 16566476.

HSL color Cylindrical-coordinate representation of color #CCC8FC: hue angle of 244.62º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC8FC is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB204200252-
CMYK0.190.2100.01
HSL244.62º89.66%88.63%-
HSV(B)244.62º20.63%98.82%-
XYZ63.1361.17100.58-
YUV207.12153.33125.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.10%
GREEN value IS 200 (78.52% from 255) = 30.49%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=31.10%
G=30.49%
B=38.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042002520.190.2100.01244.6289.6688.63
HexCCC8FC131501f55a59
Octal314310374232501365132131
Binary1100110011001000111111001001110101011111010110110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8FC; }

 p { color: rgb(204,200,252); }

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

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

 a { background-color: rgb(204,200,252); }

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

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

 span { border-color: rgb(204,200,252); }

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