#CCC6FA

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

Shades of Lavender Blue #CCC6FA

Tints of Lavender Blue #CCC6FA

Color information

#CCC6FA (or 0xCCC6FA) is unknown color: approx Lavender Blue. HEX triplet: CC, C6 and FA. RGB value is (204,198,250). Sum of RGB (Red+Green+Blue) = 204+198+250=652 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.29% from 652); Green value is 198 (77.73% from 255 or 30.37% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6FA is #333905. Grayscale: #CDCDCD. Windows color (decimal): -3356934 or 16434892. OLE color: 16434892.

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

Color convert

RGB204198250-
CMYK0.180.2100.02
HSL246.92º83.87%87.84%-
HSV(B)246.92º20.8%98.04%-
XYZ62.3560.1398.76-
YUV205.72152.99126.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.29%
GREEN value IS 198 (77.73% from 255) = 30.37%
BLUE value IS 250 (98.05% from 255) = 38.34%
R=31.29%
G=30.37%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041982500.180.2100.02246.9283.8787.84
HexCCC6FA121502f75458
Octal314306372222502367124130
Binary11001100110001101111101010010101010101111011110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6FA; }

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

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

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

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

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

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

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

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