#CCC6FC

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

Shades of Lavender Blue #CCC6FC

Tints of Lavender Blue #CCC6FC

Color information

#CCC6FC (or 0xCCC6FC) is unknown color: approx Lavender Blue. HEX triplet: CC, C6 and FC. RGB value is (204,198,252). Sum of RGB (Red+Green+Blue) = 204+198+252=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 198 (77.73% from 255 or 30.28% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCC6FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6FC is #333903. Grayscale: #CDCDCD. Windows color (decimal): -3356932 or 16565964. OLE color: 16565964.

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

Color convert

RGB204198252-
CMYK0.190.2100.01
HSL246.67º90%88.24%-
HSV(B)246.67º21.43%98.82%-
XYZ62.6760.25100.42-
YUV205.95153.99126.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 198 (77.73% from 255) = 30.28%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=31.19%
G=30.28%
B=38.53%

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
Decimal2041982520.190.2100.01246.679088.24
HexCCC6FC131501f75a58
Octal314306374232501367132130
Binary1100110011000110111111001001110101011111011110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6FC; }

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

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

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

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

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

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

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

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