#C8C8FF

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

Shades of Lavender Blue #C8C8FF

Tints of Lavender Blue #C8C8FF

Color information

#C8C8FF (or 0xC8C8FF) is unknown color: approx Lavender Blue. HEX triplet: C8, C8 and FF. RGB value is (200,200,255). Sum of RGB (Red+Green+Blue) = 200+200+255=655 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.53% from 655); Green value is 200 (78.52% from 255 or 30.53% 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 #C8C8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C8FF is #373700. Grayscale: #CECECE. Windows color (decimal): -3618561 or 16763080. OLE color: 16763080.

HSL color Cylindrical-coordinate representation of color #C8C8FF: hue angle of 240º 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 #C8C8FF is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB200200255-
CMYK0.220.2200
HSL240º100%89.22%-
HSV(B)240º21.57%100%-
XYZ62.5260.81103.05-
YUV206.27155.5123.53-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.53%
GREEN value IS 200 (78.52% from 255) = 30.53%
BLUE value IS 255 (100% from 255) = 38.93%
R=30.53%
G=30.53%
B=38.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2002002550.220.220024010089.22
HexC8C8FF161600f06459
Octal310310377262600360144131
Binary1100100011001000111111111011010110001111000011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8C8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8C8FF; }

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

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

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

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

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

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

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

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