#CBC8ED

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

Shades of Lavender Blue #CBC8ED

Tints of Lavender Blue #CBC8ED

Color information

#CBC8ED (or 0xCBC8ED) is unknown color: approx Lavender Blue. HEX triplet: CB, C8 and ED. RGB value is (203,200,237). Sum of RGB (Red+Green+Blue) = 203+200+237=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 237 - color contains mainly: blue. Hex color #CBC8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8ED is #343712. Grayscale: #CCCCCC. Windows color (decimal): -3421971 or 15583435. OLE color: 15583435.

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

Color convert

RGB203200237-
CMYK0.140.1600.07
HSL244.86º50.68%85.69%-
HSV(B)244.86º15.61%92.94%-
XYZ60.5760.1288.53-
YUV205.11145.99126.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.72%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 237 (92.97% from 255) = 37.03%
R=31.72%
G=31.25%
B=37.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032002370.140.1600.07244.8650.6885.69
HexCBC8EDE1007f53356
Octal31331035516200736563126
Binary1100101111001000111011011110100000111111101011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8ED; }

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

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

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

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

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

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

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

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