#C6CAFC

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

Shades of Lavender Blue #C6CAFC

Tints of Lavender Blue #C6CAFC

Color information

#C6CAFC (or 0xC6CAFC) is unknown color: approx Lavender Blue. HEX triplet: C6, CA and FC. RGB value is (198,202,252). Sum of RGB (Red+Green+Blue) = 198+202+252=652 (86% of max value = 765). Red value is 198 (77.73% from 255 or 30.37% from 652); Green value is 202 (79.30% from 255 or 30.98% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6CAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C6CAFC is #393503. Grayscale: #CECECE. Windows color (decimal): -3749124 or 16566982. OLE color: 16566982.

HSL color Cylindrical-coordinate representation of color #C6CAFC: hue angle of 235.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C6CAFC is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB198202252-
CMYK0.210.2000.01
HSL235.56º90%88.24%-
HSV(B)235.56º21.43%98.82%-
XYZ61.9861.28100.66-
YUV206.5153.67121.93-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 30.37%
GREEN value IS 202 (79.30% from 255) = 30.98%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=30.37%
G=30.98%
B=38.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1982022520.210.2000.01235.569088.24
HexC6CAFC151401ec5a58
Octal306312374252401354132130
Binary1100011011001010111111001010110100011110110010110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CAFC; }

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

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

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

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

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

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

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

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