#C6CAFA

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

Shades of Lavender Blue #C6CAFA

Tints of Lavender Blue #C6CAFA

Color information

#C6CAFA (or 0xC6CAFA) is unknown color: approx Lavender Blue. HEX triplet: C6, CA and FA. RGB value is (198,202,250). Sum of RGB (Red+Green+Blue) = 198+202+250=650 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.46% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 250 (98.05% from 255 or 38.46% from 650); Max value from RGB is 250 - color contains mainly: blue. Hex color #C6CAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAFA is #393505. Grayscale: #CECECE. Windows color (decimal): -3749126 or 16435910. OLE color: 16435910.

HSL color Cylindrical-coordinate representation of color #C6CAFA: hue angle of 235.38º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CAFA is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB198202250-
CMYK0.210.1900.02
HSL235.38º83.87%87.84%-
HSV(B)235.38º20.8%98.04%-
XYZ61.6661.1599-
YUV206.28152.67122.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.46%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 250 (98.05% from 255) = 38.46%
R=30.46%
G=31.08%
B=38.46%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982022500.210.1900.02235.3883.8787.84
HexC6CAFA151302eb5458
Octal306312372252302353124130
Binary11000110110010101111101010101100110101110101110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAFA; }

 p { color: rgb(198,202,250); }

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

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

 a { background-color: rgb(198,202,250); }

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

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

 span { border-color: rgb(198,202,250); }

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