#CBC8F0

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

Shades of Lavender Blue #CBC8F0

Tints of Lavender Blue #CBC8F0

Color information

#CBC8F0 (or 0xCBC8F0) is unknown color: approx Lavender Blue. HEX triplet: CB, C8 and F0. RGB value is (203,200,240). Sum of RGB (Red+Green+Blue) = 203+200+240=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #CBC8F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC8F0 is #34370F. Grayscale: #CDCDCD. Windows color (decimal): -3421968 or 15780043. OLE color: 15780043.

HSL color Cylindrical-coordinate representation of color #CBC8F0: hue angle of 244.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBC8F0 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203200240-
CMYK0.150.1700.06
HSL244.5º57.14%86.27%-
HSV(B)244.5º16.67%94.12%-
XYZ61.0160.390.86-
YUV205.46147.49126.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.57%
GREEN value IS 200 (78.52% from 255) = 31.10%
BLUE value IS 240 (94.14% from 255) = 37.33%
R=31.57%
G=31.10%
B=37.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032002400.150.1700.06244.557.1486.27
HexCBC8F0F1106f43956
Octal31331036017210636471126
Binary1100101111001000111100001111100010110111101001110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC8F0; }

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

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

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

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

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

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

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

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