#CBC8E9

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

Shades of Lavender Blue #CBC8E9

Tints of Lavender Blue #CBC8E9

Color information

#CBC8E9 (or 0xCBC8E9) is unknown color: approx Lavender Blue. HEX triplet: CB, C8 and E9. RGB value is (203,200,233). Sum of RGB (Red+Green+Blue) = 203+200+233=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 200 (78.52% from 255 or 31.45% from 636); Blue value is 233 (91.41% from 255 or 36.64% from 636); Max value from RGB is 233 - color contains mainly: blue. Hex color #CBC8E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8E9 is #343716. Grayscale: #CCCCCC. Windows color (decimal): -3421975 or 15321291. OLE color: 15321291.

HSL color Cylindrical-coordinate representation of color #CBC8E9: hue angle of 245.45º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBC8E9 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB203200233-
CMYK0.130.1400.09
HSL245.45º42.86%84.9%-
HSV(B)245.45º14.16%91.37%-
XYZ59.9959.8985.49-
YUV204.66143.99126.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.92%
GREEN value IS 200 (78.52% from 255) = 31.45%
BLUE value IS 233 (91.41% from 255) = 36.64%
R=31.92%
G=31.45%
B=36.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032002330.130.1400.09245.4542.8684.9
HexCBC8E9DE09f52b55
Octal313310351151601136553125
Binary1100101111001000111010011101111001001111101011010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8E9; }

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

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

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

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

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

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

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

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