#CBCEF3

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

Shades of Lavender Blue #CBCEF3

Tints of Lavender Blue #CBCEF3

Color information

#CBCEF3 (or 0xCBCEF3) is unknown color: approx Lavender Blue. HEX triplet: CB, CE and F3. RGB value is (203,206,243). Sum of RGB (Red+Green+Blue) = 203+206+243=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 206 (80.86% from 255 or 31.60% from 652); Blue value is 243 (95.31% from 255 or 37.27% from 652); Max value from RGB is 243 - color contains mainly: blue. Hex color #CBCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEF3 is #34310C. Grayscale: #D1D1D1. Windows color (decimal): -3420429 or 15978187. OLE color: 15978187.

HSL color Cylindrical-coordinate representation of color #CBCEF3: hue angle of 235.5º degrees, saturation: 0.62, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBCEF3 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203206243-
CMYK0.160.1500.05
HSL235.5º62.5%87.45%-
HSV(B)235.5º16.46%95.29%-
XYZ62.8863.3193.7-
YUV209.32147.01123.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.13%
GREEN value IS 206 (80.86% from 255) = 31.60%
BLUE value IS 243 (95.31% from 255) = 37.27%
R=31.13%
G=31.60%
B=37.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032062430.160.1500.05235.562.587.45
HexCBCEF310F05ec3e57
Octal31331636320170535476127
Binary1100101111001110111100111000011110101111011001111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEF3; }

 p { color: rgb(203,206,243); }

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

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

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

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

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

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

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