#C3CBF9

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

Shades of Lavender Blue #C3CBF9

Tints of Lavender Blue #C3CBF9

Color information

#C3CBF9 (or 0xC3CBF9) is unknown color: approx Lavender Blue. HEX triplet: C3, CB and F9. RGB value is (195,203,249). Sum of RGB (Red+Green+Blue) = 195+203+249=647 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.14% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 249 (97.66% from 255 or 38.49% from 647); Max value from RGB is 249 - color contains mainly: blue. Hex color #C3CBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3CBF9 is #3C3406. Grayscale: #CDCDCD. Windows color (decimal): -3945479 or 16370627. OLE color: 16370627.

HSL color Cylindrical-coordinate representation of color #C3CBF9: hue angle of 231.11º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C3CBF9 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB195203249-
CMYK0.220.1800.02
HSL231.11º81.82%87.06%-
HSV(B)231.11º21.69%97.65%-
XYZ60.9661.1598.21-
YUV205.85152.35120.26-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 30.14%
GREEN value IS 203 (79.69% from 255) = 31.38%
BLUE value IS 249 (97.66% from 255) = 38.49%
R=30.14%
G=31.38%
B=38.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1952032490.220.1800.02231.1181.8287.06
HexC3CBF9161202e75257
Octal303313371262202347122127
Binary11000011110010111111100110110100100101110011110100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CBF9; }

 p { color: rgb(195,203,249); }

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

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

 a { background-color: rgb(195,203,249); }

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

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

 span { border-color: rgb(195,203,249); }

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