#CCC8EA

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

Shades of Lavender Blue #CCC8EA

Tints of Lavender Blue #CCC8EA

Color information

#CCC8EA (or 0xCCC8EA) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and EA. RGB value is (204,200,234). Sum of RGB (Red+Green+Blue) = 204+200+234=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 200 (78.52% from 255 or 31.35% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 234 - color contains mainly: blue. Hex color #CCC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EA is #333715. Grayscale: #CCCCCC. Windows color (decimal): -3356438 or 15386828. OLE color: 15386828.

HSL color Cylindrical-coordinate representation of color #CCC8EA: hue angle of 247.06º degrees, saturation: 0.45, 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 #CCC8EA is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB204200234-
CMYK0.130.1500.08
HSL247.06º44.74%85.1%-
HSV(B)247.06º14.53%91.76%-
XYZ60.4160.0986.26-
YUV205.07144.33127.24-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 200 (78.52% from 255) = 31.35%
BLUE value IS 234 (91.80% from 255) = 36.68%
R=31.97%
G=31.35%
B=36.68%

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
Decimal2042002340.130.1500.08247.0644.7485.1
HexCCC8EADF08f72d55
Octal314310352151701036755125
Binary1100110011001000111010101101111101000111101111011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8EA; }

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

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

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

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

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

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

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

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