#CCC8EB

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

Shades of Lavender Blue #CCC8EB

Tints of Lavender Blue #CCC8EB

Color information

#CCC8EB (or 0xCCC8EB) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and EB. RGB value is (204,200,235). Sum of RGB (Red+Green+Blue) = 204+200+235=639 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.92% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC8EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EB is #333714. Grayscale: #CDCDCD. Windows color (decimal): -3356437 or 15452364. OLE color: 15452364.

HSL color Cylindrical-coordinate representation of color #CCC8EB: hue angle of 246.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCC8EB is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204200235-
CMYK0.130.1500.08
HSL246.86º46.67%85.29%-
HSV(B)246.86º14.89%92.16%-
XYZ60.5560.1487.01-
YUV205.19144.83127.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.92%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=31.92%
G=31.30%
B=36.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042002350.130.1500.08246.8646.6785.29
HexCCC8EBDF08f72f55
Octal314310353151701036757125
Binary1100110011001000111010111101111101000111101111011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8EB; }

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

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

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

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

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

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

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

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