#CBC9EB

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

Shades of Lavender Blue #CBC9EB

Tints of Lavender Blue #CBC9EB

Color information

#CBC9EB (or 0xCBC9EB) is unknown color: approx Lavender Blue. HEX triplet: CB, C9 and EB. RGB value is (203,201,235). Sum of RGB (Red+Green+Blue) = 203+201+235=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 201 (78.91% from 255 or 31.46% from 639); Blue value is 235 (92.19% from 255 or 36.78% from 639); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBC9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9EB is #343614. Grayscale: #CDCDCD. Windows color (decimal): -3421717 or 15452619. OLE color: 15452619.

HSL color Cylindrical-coordinate representation of color #CBC9EB: hue angle of 243.53º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC9EB is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB203201235-
CMYK0.140.1400.08
HSL243.53º45.95%85.49%-
HSV(B)243.53º14.47%92.16%-
XYZ60.5160.4787.08-
YUV205.47144.66126.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 201 (78.91% from 255) = 31.46%
BLUE value IS 235 (92.19% from 255) = 36.78%
R=31.77%
G=31.46%
B=36.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032012350.140.1400.08243.5345.9585.49
HexCBC9EBEE08f42e55
Octal313311353161601036456125
Binary1100101111001001111010111110111001000111101001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9EB; }

 p { color: rgb(203,201,235); }

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

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

 a { background-color: rgb(203,201,235); }

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

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

 span { border-color: rgb(203,201,235); }

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