#C6CAFF

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

Shades of Lavender Blue #C6CAFF

Tints of Lavender Blue #C6CAFF

Color information

#C6CAFF (or 0xC6CAFF) is unknown color: approx Lavender Blue. HEX triplet: C6, CA and FF. RGB value is (198,202,255). Sum of RGB (Red+Green+Blue) = 198+202+255=655 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.23% from 655); Green value is 202 (79.30% from 255 or 30.84% 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 #C6CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAFF is #393500. Grayscale: #CECECE. Windows color (decimal): -3749121 or 16763590. OLE color: 16763590.

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

Color convert

RGB198202255-
CMYK0.220.2100
HSL235.79º100%88.82%-
HSV(B)235.79º22.35%100%-
XYZ62.4661.47103.18-
YUV206.85155.17121.69-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.23%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 255 (100% from 255) = 38.93%
R=30.23%
G=30.84%
B=38.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1982022550.220.2100235.7910088.82
HexC6CAFF161500ec6459
Octal306312377262500354144131
Binary1100011011001010111111111011010101001110110011001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAFF; }

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

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

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

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

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

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

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

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