#CBBDFF

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

Shades of Lavender Blue #CBBDFF

Tints of Lavender Blue #CBBDFF

Color information

#CBBDFF (or 0xCBBDFF) is unknown color: approx Lavender Blue. HEX triplet: CB, BD and FF. RGB value is (203,189,255). Sum of RGB (Red+Green+Blue) = 203+189+255=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 189 (74.22% from 255 or 29.21% from 647); Blue value is 255 (100% from 255 or 39.41% from 647); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBBDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBBDFF is #344200. Grayscale: #C8C8C8. Windows color (decimal): -3424769 or 16760267. OLE color: 16760267.

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

Color convert

RGB203189255-
CMYK0.200.2600
HSL252.73º100%87.06%-
HSV(B)252.73º25.88%100%-
XYZ60.8856.31102.27-
YUV200.71158.64129.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 189 (74.22% from 255) = 29.21%
BLUE value IS 255 (100% from 255) = 39.41%
R=31.38%
G=29.21%
B=39.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031892550.200.2600252.7310087.06
HexCBBDFF141A00fd6457
Octal313275377243200375144127
Binary1100101110111101111111111010011010001111110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBDFF; }

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

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

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

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

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

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

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

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