#CBCBEA

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

Shades of Lavender Blue #CBCBEA

Tints of Lavender Blue #CBCBEA

Color information

#CBCBEA (or 0xCBCBEA) is unknown color: approx Lavender Blue. HEX triplet: CB, CB and EA. RGB value is (203,203,234). Sum of RGB (Red+Green+Blue) = 203+203+234=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #CBCBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBEA is #343415. Grayscale: #CECECE. Windows color (decimal): -3421206 or 15387595. OLE color: 15387595.

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

Color convert

RGB203203234-
CMYK0.130.1300.08
HSL240º42.47%85.69%-
HSV(B)240º13.25%91.76%-
XYZ60.8461.3586.48-
YUV206.53143.5125.48-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 234 (91.80% from 255) = 36.56%
R=31.72%
G=31.72%
B=36.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2032032340.130.1300.0824042.4785.69
HexCBCBEADD08f02a56
Octal313313352151501036052126
Binary1100101111001011111010101101110101000111100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBEA; }

 p { color: rgb(203,203,234); }

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

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

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

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

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

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

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