#CCC4FF

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

Shades of Lavender Blue #CCC4FF

Tints of Lavender Blue #CCC4FF

Color information

#CCC4FF (or 0xCCC4FF) is unknown color: approx Lavender Blue. HEX triplet: CC, C4 and FF. RGB value is (204,196,255). Sum of RGB (Red+Green+Blue) = 204+196+255=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 196 (76.95% from 255 or 29.92% from 655); Blue value is 255 (100% from 255 or 38.93% from 655); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC4FF is #333B00. Grayscale: #CCCCCC. Windows color (decimal): -3357441 or 16762060. OLE color: 16762060.

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

Color convert

RGB204196255-
CMYK0.20.2300
HSL248.14º100%88.43%-
HSV(B)248.14º23.14%100%-
XYZ62.6959.54102.8-
YUV205.12156.15127.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.15%
GREEN value IS 196 (76.95% from 255) = 29.92%
BLUE value IS 255 (100% from 255) = 38.93%
R=31.15%
G=29.92%
B=38.93%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2041962550.20.2300248.1410088.43
HexCCC4FF141700f86458
Octal314304377242700370144130
Binary1100110011000100111111111010010111001111100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC4FF; }

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

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

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

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

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

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

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

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