#CCCCEB

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

Shades of Lavender Blue #CCCCEB

Tints of Lavender Blue #CCCCEB

Color information

#CCCCEB (or 0xCCCCEB) is unknown color: approx Lavender Blue. HEX triplet: CC, CC and EB. RGB value is (204,204,235). Sum of RGB (Red+Green+Blue) = 204+204+235=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #CCCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCEB is #333314. Grayscale: #CFCFCF. Windows color (decimal): -3355413 or 15453388. OLE color: 15453388.

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

Color convert

RGB204204235-
CMYK0.130.1300.08
HSL240º43.66%86.08%-
HSV(B)240º13.19%92.16%-
XYZ61.4962.0287.33-
YUV207.53143.5125.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.73%
GREEN value IS 204 (80.08% from 255) = 31.73%
BLUE value IS 235 (92.19% from 255) = 36.55%
R=31.73%
G=31.73%
B=36.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2042042350.130.1300.0824043.6686.08
HexCCCCEBDD08f02c56
Octal314314353151501036054126
Binary1100110011001100111010111101110101000111100001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCCEB; }

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

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

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

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

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

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

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

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