#CBC5F1

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

Shades of Lavender Blue #CBC5F1

Tints of Lavender Blue #CBC5F1

Color information

#CBC5F1 (or 0xCBC5F1) is unknown color: approx Lavender Blue. HEX triplet: CB, C5 and F1. RGB value is (203,197,241). Sum of RGB (Red+Green+Blue) = 203+197+241=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBC5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC5F1 is #343A0E. Grayscale: #CBCBCB. Windows color (decimal): -3422735 or 15844811. OLE color: 15844811.

HSL color Cylindrical-coordinate representation of color #CBC5F1: hue angle of 248.18º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBC5F1 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203197241-
CMYK0.160.1800.05
HSL248.18º61.11%85.88%-
HSV(B)248.18º18.26%94.51%-
XYZ60.4758.9891.42-
YUV203.81148.99127.42-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 197 (77.34% from 255) = 30.73%
BLUE value IS 241 (94.53% from 255) = 37.60%
R=31.67%
G=30.73%
B=37.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2031972410.160.1800.05248.1861.1185.88
HexCBC5F1101205f83d56
Octal31330536120220537075126
Binary11001011110001011111000110000100100101111110001111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC5F1; }

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

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

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

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

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

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

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

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