#CBCEF1

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

Shades of Lavender Blue #CBCEF1

Tints of Lavender Blue #CBCEF1

Color information

#CBCEF1 (or 0xCBCEF1) is unknown color: approx Lavender Blue. HEX triplet: CB, CE and F1. RGB value is (203,206,241). Sum of RGB (Red+Green+Blue) = 203+206+241=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 241 (94.53% from 255 or 37.08% from 650); Max value from RGB is 241 - color contains mainly: blue. Hex color #CBCEF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEF1 is #34310E. Grayscale: #D0D0D0. Windows color (decimal): -3420431 or 15847115. OLE color: 15847115.

HSL color Cylindrical-coordinate representation of color #CBCEF1: hue angle of 235.26º degrees, saturation: 0.58, 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 #CBCEF1 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB203206241-
CMYK0.160.1500.05
HSL235.26º57.58%87.06%-
HSV(B)235.26º15.77%94.51%-
XYZ62.5863.1992.12-
YUV209.09146.01123.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 206 (80.86% from 255) = 31.69%
BLUE value IS 241 (94.53% from 255) = 37.08%
R=31.23%
G=31.69%
B=37.08%

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
Decimal2032062410.160.1500.05235.2657.5887.06
HexCBCEF110F05eb3a57
Octal31331636120170535372127
Binary1100101111001110111100011000011110101111010111110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEF1; }

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

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

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

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

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

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

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

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