#CBBDF8

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

Shades of Lavender Blue #CBBDF8

Tints of Lavender Blue #CBBDF8

Color information

#CBBDF8 (or 0xCBBDF8) is unknown color: approx Lavender Blue. HEX triplet: CB, BD and F8. RGB value is (203,189,248). Sum of RGB (Red+Green+Blue) = 203+189+248=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 189 (74.22% from 255 or 29.53% from 640); Blue value is 248 (97.27% from 255 or 38.75% from 640); Max value from RGB is 248 - color contains mainly: blue. Hex color #CBBDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDF8 is #344207. Grayscale: #C7C7C7. Windows color (decimal): -3424776 or 16301515. OLE color: 16301515.

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

Color convert

RGB203189248-
CMYK0.180.2400.03
HSL254.24º80.82%85.69%-
HSV(B)254.24º23.79%97.25%-
XYZ59.7755.8796.44-
YUV199.91155.14130.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 189 (74.22% from 255) = 29.53%
BLUE value IS 248 (97.27% from 255) = 38.75%
R=31.72%
G=29.53%
B=38.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2031892480.180.2400.03254.2480.8285.69
HexCBBDF8121803fe5156
Octal313275370223003376121126
Binary11001011101111011111100010010110000111111111010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDF8; }

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

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

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

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

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

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

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

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