#C1CCFF

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

Shades of Lavender Blue #C1CCFF

Tints of Lavender Blue #C1CCFF

Color information

#C1CCFF (or 0xC1CCFF) is unknown color: approx Lavender Blue. HEX triplet: C1, CC and FF. RGB value is (193,204,255). Sum of RGB (Red+Green+Blue) = 193+204+255=652 (86% of max value = 765). Red value is 193 (75.78% from 255 or 29.60% from 652); Green value is 204 (80.08% from 255 or 31.29% from 652); Blue value is 255 (100% from 255 or 39.11% from 652); Max value from RGB is 255 - color contains mainly: blue. Hex color #C1CCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CCFF is #3E3300. Grayscale: #CECECE. Windows color (decimal): -4076289 or 16764097. OLE color: 16764097.

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

Color convert

RGB193204255-
CMYK0.240.200
HSL229.35º100%87.84%-
HSV(B)229.35º24.31%100%-
XYZ61.6461.74103.28-
YUV206.52155.36118.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.60%
GREEN value IS 204 (80.08% from 255) = 31.29%
BLUE value IS 255 (100% from 255) = 39.11%
R=29.60%
G=31.29%
B=39.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1932042550.240.200229.3510087.84
HexC1CCFF181400e56458
Octal301314377302400345144130
Binary1100000111001100111111111100010100001110010111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CCFF; }

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

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

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

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

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

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

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

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