#C1CBFD

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

Shades of Lavender Blue #C1CBFD

Tints of Lavender Blue #C1CBFD

Color information

#C1CBFD (or 0xC1CBFD) is unknown color: approx Lavender Blue. HEX triplet: C1, CB and FD. RGB value is (193,203,253). Sum of RGB (Red+Green+Blue) = 193+203+253=649 (85% of max value = 765). Red value is 193 (75.78% from 255 or 29.74% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 253 (99.22% from 255 or 38.98% from 649); Max value from RGB is 253 - color contains mainly: blue. Hex color #C1CBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1CBFD is #3E3402. Grayscale: #CDCDCD. Windows color (decimal): -4076547 or 16632769. OLE color: 16632769.

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

Color convert

RGB193203253-
CMYK0.240.2000.01
HSL230º93.75%87.45%-
HSV(B)230º23.72%99.22%-
XYZ61.0861.14101.51-
YUV205.71154.69118.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 29.74%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 253 (99.22% from 255) = 38.98%
R=29.74%
G=31.28%
B=38.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1932032530.240.2000.0123093.7587.45
HexC1CBFD181401e65e57
Octal301313375302401346136127
Binary1100000111001011111111011100010100011110011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CBFD; }

 p { color: rgb(193,203,253); }

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

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

 a { background-color: rgb(193,203,253); }

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

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

 span { border-color: rgb(193,203,253); }

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