#CCC4FE

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

Shades of Lavender Blue #CCC4FE

Tints of Lavender Blue #CCC4FE

Color information

#CCC4FE (or 0xCCC4FE) is unknown color: approx Lavender Blue. HEX triplet: CC, C4 and FE. RGB value is (204,196,254). Sum of RGB (Red+Green+Blue) = 204+196+254=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 196 (76.95% from 255 or 29.97% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4FE is #333B01. Grayscale: #CCCCCC. Windows color (decimal): -3357442 or 16696524. OLE color: 16696524.

HSL color Cylindrical-coordinate representation of color #CCC4FE: hue angle of 248.28º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC4FE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB204196254-
CMYK0.200.2300.00
HSL248.28º96.67%88.24%-
HSV(B)248.28º22.83%99.61%-
XYZ62.5359.47101.95-
YUV205155.65127.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.19%
GREEN value IS 196 (76.95% from 255) = 29.97%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=31.19%
G=29.97%
B=38.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2041962540.200.2300.00248.2896.6788.24
HexCCC4FE141700f86158
Octal314304376242700370141130
Binary1100110011000100111111101010010111001111100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4FE; }

 p { color: rgb(204,196,254); }

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

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

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

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

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

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

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