#CCC8E9

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

Shades of Lavender Blue #CCC8E9

Tints of Lavender Blue #CCC8E9

Color information

#CCC8E9 (or 0xCCC8E9) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and E9. RGB value is (204,200,233). Sum of RGB (Red+Green+Blue) = 204+200+233=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 233 (91.41% from 255 or 36.58% from 637); Max value from RGB is 233 - color contains mainly: blue. Hex color #CCC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8E9 is #333716. Grayscale: #CCCCCC. Windows color (decimal): -3356439 or 15321292. OLE color: 15321292.

HSL color Cylindrical-coordinate representation of color #CCC8E9: hue angle of 247.27º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCC8E9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB204200233-
CMYK0.120.1400.09
HSL247.27º42.86%84.9%-
HSV(B)247.27º14.16%91.37%-
XYZ60.2660.0385.5-
YUV204.96143.83127.32-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 200 (78.52% from 255) = 31.40%
BLUE value IS 233 (91.41% from 255) = 36.58%
R=32.03%
G=31.40%
B=36.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2042002330.120.1400.09247.2742.8684.9
HexCCC8E9CE09f72b55
Octal314310351141601136753125
Binary1100110011001000111010011100111001001111101111010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8E9; }

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

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

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

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

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

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

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

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