#CCC8FF

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

Shades of Lavender Blue #CCC8FF

Tints of Lavender Blue #CCC8FF

Color information

#CCC8FF (or 0xCCC8FF) is unknown color: approx Lavender Blue. HEX triplet: CC, C8 and FF. RGB value is (204,200,255). Sum of RGB (Red+Green+Blue) = 204+200+255=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FF is #333700. Grayscale: #CFCFCF. Windows color (decimal): -3356417 or 16763084. OLE color: 16763084.

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

Color convert

RGB204200255-
CMYK0.20.2200
HSL244.36º100%89.22%-
HSV(B)244.36º21.57%100%-
XYZ63.6161.37103.1-
YUV207.47154.83125.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.96%
GREEN value IS 200 (78.52% from 255) = 30.35%
BLUE value IS 255 (100% from 255) = 38.69%
R=30.96%
G=30.35%
B=38.69%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042002550.20.2200244.3610089.22
HexCCC8FF141600f46459
Octal314310377242600364144131
Binary1100110011001000111111111010010110001111010011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC8FF; }

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

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

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

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

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

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

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

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