#C8CCF6

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

Shades of Lavender Blue #C8CCF6

Tints of Lavender Blue #C8CCF6

Color information

#C8CCF6 (or 0xC8CCF6) is unknown color: approx Lavender Blue. HEX triplet: C8, CC and F6. RGB value is (200,204,246). Sum of RGB (Red+Green+Blue) = 200+204+246=650 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.77% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 246 (96.48% from 255 or 37.85% from 650); Max value from RGB is 246 - color contains mainly: blue. Hex color #C8CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CCF6 is #373309. Grayscale: #CFCFCF. Windows color (decimal): -3617546 or 16174280. OLE color: 16174280.

HSL color Cylindrical-coordinate representation of color #C8CCF6: hue angle of 234.78º degrees, saturation: 0.72, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C8CCF6 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB200204246-
CMYK0.190.1700.04
HSL234.78º71.88%87.45%-
HSV(B)234.78º18.7%96.47%-
XYZ62.0562.1295.91-
YUV207.59149.67122.58-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 30.77%
GREEN value IS 204 (80.08% from 255) = 31.38%
BLUE value IS 246 (96.48% from 255) = 37.85%
R=30.77%
G=31.38%
B=37.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2002042460.190.1700.04234.7871.8887.45
HexC8CCF6131104eb4857
Octal310314366232104353110127
Binary110010001100110011110110100111000101001110101110010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8CCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8CCF6; }

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

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

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

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

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

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

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

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