#CCC9EB

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

Shades of Lavender Blue #CCC9EB

Tints of Lavender Blue #CCC9EB

Color information

#CCC9EB (or 0xCCC9EB) is unknown color: approx Lavender Blue. HEX triplet: CC, C9 and EB. RGB value is (204,201,235). Sum of RGB (Red+Green+Blue) = 204+201+235=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 235 (92.19% from 255 or 36.72% from 640); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC9EB is #333614. Grayscale: #CDCDCD. Windows color (decimal): -3356181 or 15452620. OLE color: 15452620.

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

Color convert

RGB204201235-
CMYK0.130.1400.08
HSL245.29º45.95%85.49%-
HSV(B)245.29º14.47%92.16%-
XYZ60.7860.6187.09-
YUV205.77144.49126.74-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.88%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 235 (92.19% from 255) = 36.72%
R=31.88%
G=31.41%
B=36.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042012350.130.1400.08245.2945.9585.49
HexCCC9EBDE08f52e55
Octal314311353151601036556125
Binary1100110011001001111010111101111001000111101011011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC9EB; }

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

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

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

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

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

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

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

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