#CCC7EC

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

Shades of Lavender Blue #CCC7EC

Tints of Lavender Blue #CCC7EC

Color information

#CCC7EC (or 0xCCC7EC) is unknown color: approx Lavender Blue. HEX triplet: CC, C7 and EC. RGB value is (204,199,236). Sum of RGB (Red+Green+Blue) = 204+199+236=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7EC is #333813. Grayscale: #CCCCCC. Windows color (decimal): -3356692 or 15517644. OLE color: 15517644.

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

Color convert

RGB204199236-
CMYK0.140.1600.07
HSL248.11º49.33%85.29%-
HSV(B)248.11º15.68%92.55%-
XYZ60.4759.7487.7-
YUV204.71145.66127.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 199 (78.12% from 255) = 31.14%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=31.92%
G=31.14%
B=36.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041992360.140.1600.07248.1149.3385.29
HexCCC7ECE1007f83155
Octal31430735416200737061125
Binary1100110011000111111011001110100000111111110001100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC7EC; }

 p { color: rgb(204,199,236); }

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

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

 a { background-color: rgb(204,199,236); }

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

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

 span { border-color: rgb(204,199,236); }

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