#CCC8FA

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

Shades of Lavender Blue #CCC8FA

Tints of Lavender Blue #CCC8FA

Color information

#CCC8FA (or 0xCCC8FA) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and FA. RGB value is (204,200,250). Sum of RGB (Red+Green+Blue) = 204+200+250=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 200 (78.52% from 255 or 30.58% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FA is #333705. Grayscale: #CECECE. Windows color (decimal): -3356422 or 16435404. OLE color: 16435404.

HSL color Cylindrical-coordinate representation of color #CCC8FA: hue angle of 244.8º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCC8FA is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204200250-
CMYK0.180.200.02
HSL244.8º83.33%88.24%-
HSV(B)244.8º20%98.04%-
XYZ62.8161.0598.92-
YUV206.9152.33125.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 200 (78.52% from 255) = 30.58%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=31.19%
G=30.58%
B=38.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042002500.180.200.02244.883.3388.24
HexCCC8FA121402f55358
Octal314310372222402365123130
Binary11001100110010001111101010010101000101111010110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8FA; }

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

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

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

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

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

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

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

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