#CCC6EE

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

Shades of Lavender Blue #CCC6EE

Tints of Lavender Blue #CCC6EE

Color information

#CCC6EE (or 0xCCC6EE) is unknown color: approx Lavender Blue. HEX triplet: CC, C6 and EE. RGB value is (204,198,238). Sum of RGB (Red+Green+Blue) = 204+198+238=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EE is #333911. Grayscale: #CCCCCC. Windows color (decimal): -3356946 or 15648460. OLE color: 15648460.

HSL color Cylindrical-coordinate representation of color #CCC6EE: hue angle of 249º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC6EE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204198238-
CMYK0.140.1700.07
HSL249º54.05%85.49%-
HSV(B)249º16.81%93.33%-
XYZ60.5359.489.16-
YUV204.35146.99127.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 198 (77.73% from 255) = 30.94%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=31.88%
G=30.94%
B=37.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041982380.140.1700.0724954.0585.49
HexCCC6EEE1107f93655
Octal31430635616210737166125
Binary1100110011000110111011101110100010111111110011101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC6EE; }

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

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

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

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

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

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

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

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