#C1CAFF

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

Shades of Lavender Blue #C1CAFF

Tints of Lavender Blue #C1CAFF

Color information

#C1CAFF (or 0xC1CAFF) is unknown color: approx Lavender Blue. HEX triplet: C1, CA and FF. RGB value is (193,202,255). Sum of RGB (Red+Green+Blue) = 193+202+255=650 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.69% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1CAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CAFF is #3E3500. Grayscale: #CDCDCD. Windows color (decimal): -4076801 or 16763585. OLE color: 16763585.

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

Color convert

RGB193202255-
CMYK0.240.2100
HSL231.29º100%87.84%-
HSV(B)231.29º24.31%100%-
XYZ61.1660.8103.12-
YUV205.35156.02119.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.69%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 255 (100% from 255) = 39.23%
R=29.69%
G=31.08%
B=39.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932022550.240.2100231.2910087.84
HexC1CAFF181500e76458
Octal301312377302500347144130
Binary1100000111001010111111111100010101001110011111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CAFF; }

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

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

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

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

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

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

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

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