#C5CBFE

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

Shades of Lavender Blue #C5CBFE

Tints of Lavender Blue #C5CBFE

Color information

#C5CBFE (or 0xC5CBFE) is unknown color: approx Lavender Blue. HEX triplet: C5, CB and FE. RGB value is (197,203,254). Sum of RGB (Red+Green+Blue) = 197+203+254=654 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.12% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #C5CBFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5CBFE is #3A3401. Grayscale: #CECECE. Windows color (decimal): -3814402 or 16698309. OLE color: 16698309.

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

Color convert

RGB197203254-
CMYK0.220.2000.00
HSL233.68º96.61%88.43%-
HSV(B)233.68º22.44%99.61%-
XYZ62.2761.74102.4-
YUV207.02154.51120.85-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 30.12%
GREEN value IS 203 (79.69% from 255) = 31.04%
BLUE value IS 254 (99.61% from 255) = 38.84%
R=30.12%
G=31.04%
B=38.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1972032540.220.2000.00233.6896.6188.43
HexC5CBFE161400ea6158
Octal305313376262400352141130
Binary1100010111001011111111101011010100001110101011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CBFE; }

 p { color: rgb(197,203,254); }

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

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

 a { background-color: rgb(197,203,254); }

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

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

 span { border-color: rgb(197,203,254); }

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