#CCC8ED

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

Shades of Lavender Blue #CCC8ED

Tints of Lavender Blue #CCC8ED

Color information

#CCC8ED (or 0xCCC8ED) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and ED. RGB value is (204,200,237). Sum of RGB (Red+Green+Blue) = 204+200+237=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 200 (78.52% from 255 or 31.20% from 641); Blue value is 237 (92.97% from 255 or 36.97% from 641); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8ED is #333712. Grayscale: #CDCDCD. Windows color (decimal): -3356435 or 15583436. OLE color: 15583436.

HSL color Cylindrical-coordinate representation of color #CCC8ED: hue angle of 246.49º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC8ED is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204200237-
CMYK0.140.1600.07
HSL246.49º50.68%85.69%-
HSV(B)246.49º15.61%92.94%-
XYZ60.8460.2688.55-
YUV205.41145.83126.99-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 200 (78.52% from 255) = 31.20%
BLUE value IS 237 (92.97% from 255) = 36.97%
R=31.83%
G=31.20%
B=36.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042002370.140.1600.07246.4950.6885.69
HexCCC8EDE1007f63356
Octal31431035516200736663126
Binary1100110011001000111011011110100000111111101101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8ED; }

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

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

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

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

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

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

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

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