#CCC8EC

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

Shades of Lavender Blue #CCC8EC

Tints of Lavender Blue #CCC8EC

Color information

#CCC8EC (or 0xCCC8EC) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and EC. RGB value is (204,200,236). Sum of RGB (Red+Green+Blue) = 204+200+236=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 236 - color contains mainly: blue. Hex color #CCC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EC is #333713. Grayscale: #CDCDCD. Windows color (decimal): -3356436 or 15517900. OLE color: 15517900.

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

Color convert

RGB204200236-
CMYK0.140.1500.07
HSL246.67º48.65%85.49%-
HSV(B)246.67º15.25%92.55%-
XYZ60.760.287.78-
YUV205.3145.33127.07-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 236 (92.58% from 255) = 36.88%
R=31.88%
G=31.25%
B=36.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042002360.140.1500.07246.6748.6585.49
HexCCC8ECEF07f73155
Octal31431035416170736761125
Binary110011001100100011101100111011110111111101111100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8EC; }

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

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

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

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

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

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

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

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