#CCC6EF

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

Shades of Lavender Blue #CCC6EF

Tints of Lavender Blue #CCC6EF

Color information

#CCC6EF (or 0xCCC6EF) is unknown color: approx Lavender Blue. HEX triplet: CC, C6 and EF. RGB value is (204,198,239). Sum of RGB (Red+Green+Blue) = 204+198+239=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 198 (77.73% from 255 or 30.89% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EF is #333910. Grayscale: #CCCCCC. Windows color (decimal): -3356945 or 15713996. OLE color: 15713996.

HSL color Cylindrical-coordinate representation of color #CCC6EF: hue angle of 248.78º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC6EF is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204198239-
CMYK0.150.1700.06
HSL248.78º56.16%85.69%-
HSV(B)248.78º17.15%93.73%-
XYZ60.6859.4689.94-
YUV204.47147.49127.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 198 (77.73% from 255) = 30.89%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=31.83%
G=30.89%
B=37.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2041982390.150.1700.06248.7856.1685.69
HexCCC6EFF1106f93856
Octal31430635717210637170126
Binary1100110011000110111011111111100010110111110011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6EF; }

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

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

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

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

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

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

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

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