#CBC8EC

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

Shades of Lavender Blue #CBC8EC

Tints of Lavender Blue #CBC8EC

Color information

#CBC8EC (or 0xCBC8EC) is unknown color: approx Lavender Blue. HEX triplet: CB, C8 and EC. RGB value is (203,200,236). Sum of RGB (Red+Green+Blue) = 203+200+236=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #CBC8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8EC is #343713. Grayscale: #CCCCCC. Windows color (decimal): -3421972 or 15517899. OLE color: 15517899.

HSL color Cylindrical-coordinate representation of color #CBC8EC: hue angle of 245º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBC8EC is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB203200236-
CMYK0.140.1500.07
HSL245º48.65%85.49%-
HSV(B)245º15.25%92.55%-
XYZ60.4260.0687.77-
YUV205145.49126.57-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.77%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 236 (92.58% from 255) = 36.93%
R=31.77%
G=31.30%
B=36.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032002360.140.1500.0724548.6585.49
HexCBC8ECEF07f53155
Octal31331035416170736561125
Binary110010111100100011101100111011110111111101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8EC; }

 p { color: rgb(203,200,236); }

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

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

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

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

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

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

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