#CBBEF8

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

Shades of Lavender Blue #CBBEF8

Tints of Lavender Blue #CBBEF8

Color information

#CBBEF8 (or 0xCBBEF8) is unknown color: approx Lavender Blue. HEX triplet: CB, BE and F8. RGB value is (203,190,248). Sum of RGB (Red+Green+Blue) = 203+190+248=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 190 (74.61% from 255 or 29.64% from 641); Blue value is 248 (97.27% from 255 or 38.69% from 641); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBBEF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBEF8 is #344107. Grayscale: #C8C8C8. Windows color (decimal): -3424520 or 16301771. OLE color: 16301771.

HSL color Cylindrical-coordinate representation of color #CBBEF8: hue angle of 253.45º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBBEF8 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB203190248-
CMYK0.180.2300.03
HSL253.45º80.56%85.88%-
HSV(B)253.45º23.39%97.25%-
XYZ59.9956.396.51-
YUV200.5154.81129.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 190 (74.61% from 255) = 29.64%
BLUE value IS 248 (97.27% from 255) = 38.69%
R=31.67%
G=29.64%
B=38.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031902480.180.2300.03253.4580.5685.88
HexCBBEF8121703fd5156
Octal313276370222703375121126
Binary11001011101111101111100010010101110111111110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBEF8; }

 p { color: rgb(203,190,248); }

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

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

 a { background-color: rgb(203,190,248); }

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

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

 span { border-color: rgb(203,190,248); }

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