#CBCEF6

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

Shades of Lavender Blue #CBCEF6

Tints of Lavender Blue #CBCEF6

Color information

#CBCEF6 (or 0xCBCEF6) is unknown color: approx Lavender Blue. HEX triplet: CB, CE and F6. RGB value is (203,206,246). Sum of RGB (Red+Green+Blue) = 203+206+246=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 206 (80.86% from 255 or 31.45% from 655); Blue value is 246 (96.48% from 255 or 37.56% from 655); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBCEF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEF6 is #343109. Grayscale: #D1D1D1. Windows color (decimal): -3420426 or 16174795. OLE color: 16174795.

HSL color Cylindrical-coordinate representation of color #CBCEF6: hue angle of 235.81º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBCEF6 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB203206246-
CMYK0.170.1600.04
HSL235.81º70.49%88.04%-
HSV(B)235.81º17.48%96.47%-
XYZ63.3363.4996.11-
YUV209.66148.51123.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 206 (80.86% from 255) = 31.45%
BLUE value IS 246 (96.48% from 255) = 37.56%
R=30.99%
G=31.45%
B=37.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2032062460.170.1600.04235.8170.4988.04
HexCBCEF6111004ec4658
Octal313316366212004354106130
Binary110010111100111011110110100011000001001110110010001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEF6; }

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

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

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

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

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

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

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

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