#CBCBEB

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

Shades of Lavender Blue #CBCBEB

Tints of Lavender Blue #CBCBEB

Color information

#CBCBEB (or 0xCBCBEB) is unknown color: approx Lavender Blue. HEX triplet: CB, CB and EB. RGB value is (203,203,235). Sum of RGB (Red+Green+Blue) = 203+203+235=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 235 (92.19% from 255 or 36.66% from 641); Max value from RGB is 235 - color contains mainly: blue. Hex color #CBCBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCBEB is #343414. Grayscale: #CECECE. Windows color (decimal): -3421205 or 15453131. OLE color: 15453131.

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

Color convert

RGB203203235-
CMYK0.140.1400.08
HSL240º44.44%85.88%-
HSV(B)240º13.62%92.16%-
XYZ60.9861.4187.24-
YUV206.65144125.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.67%
GREEN value IS 203 (79.69% from 255) = 31.67%
BLUE value IS 235 (92.19% from 255) = 36.66%
R=31.67%
G=31.67%
B=36.66%

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
Decimal2032032350.140.1400.0824044.4485.88
HexCBCBEBEE08f02c56
Octal313313353161601036054126
Binary1100101111001011111010111110111001000111100001011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCBEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCBEB; }

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

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

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

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

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

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

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

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