#CBBDFD

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

Shades of Lavender Blue #CBBDFD

Tints of Lavender Blue #CBBDFD

Color information

#CBBDFD (or 0xCBBDFD) is unknown color: approx Lavender Blue. HEX triplet: CB, BD and FD. RGB value is (203,189,253). Sum of RGB (Red+Green+Blue) = 203+189+253=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 253 (99.22% from 255 or 39.22% from 645); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBBDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDFD is #344202. Grayscale: #C8C8C8. Windows color (decimal): -3424771 or 16629195. OLE color: 16629195.

HSL color Cylindrical-coordinate representation of color #CBBDFD: hue angle of 253.12º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBBDFD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203189253-
CMYK0.200.2500.01
HSL253.12º94.12%86.67%-
HSV(B)253.12º25.3%99.22%-
XYZ60.5656.18100.58-
YUV200.48157.64129.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.47%
GREEN value IS 189 (74.22% from 255) = 29.30%
BLUE value IS 253 (99.22% from 255) = 39.22%
R=31.47%
G=29.30%
B=39.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031892530.200.2500.01253.1294.1286.67
HexCBBDFD141901fd5e57
Octal313275375243101375136127
Binary1100101110111101111111011010011001011111110110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDFD; }

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

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

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

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

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

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

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

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