#CCC8FE

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

Shades of Lavender Blue #CCC8FE

Tints of Lavender Blue #CCC8FE

Color information

#CCC8FE (or 0xCCC8FE) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and FE. RGB value is (204,200,254). Sum of RGB (Red+Green+Blue) = 204+200+254=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 200 (78.52% from 255 or 30.40% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCC8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FE is #333701. Grayscale: #CFCFCF. Windows color (decimal): -3356418 or 16697548. OLE color: 16697548.

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

Color convert

RGB204200254-
CMYK0.200.2100.00
HSL244.44º96.43%89.02%-
HSV(B)244.44º21.26%99.61%-
XYZ63.4561.3102.25-
YUV207.35154.33125.61-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.00%
GREEN value IS 200 (78.52% from 255) = 30.40%
BLUE value IS 254 (99.61% from 255) = 38.60%
R=31.00%
G=30.40%
B=38.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042002540.200.2100.00244.4496.4389.02
HexCCC8FE141500f46059
Octal314310376242500364140131
Binary1100110011001000111111101010010101001111010011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8FE; }

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

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

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

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

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

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

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

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