#CBC0FF

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

Shades of Lavender Blue #CBC0FF

Tints of Lavender Blue #CBC0FF

Color information

#CBC0FF (or 0xCBC0FF) is unknown color: approx Lavender Blue. HEX triplet: CB, C0 and FF. RGB value is (203,192,255). Sum of RGB (Red+Green+Blue) = 203+192+255=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 192 (75.39% from 255 or 29.54% from 650); Blue value is 255 (100% from 255 or 39.23% from 650); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC0FF is #343F00. Grayscale: #CACACA. Windows color (decimal): -3424001 or 16761035. OLE color: 16761035.

HSL color Cylindrical-coordinate representation of color #CBC0FF: hue angle of 250.48º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBC0FF is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203192255-
CMYK0.200.2500
HSL250.48º100%87.65%-
HSV(B)250.48º24.71%100%-
XYZ61.5357.62102.49-
YUV202.47157.64128.38-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.23%
GREEN value IS 192 (75.39% from 255) = 29.54%
BLUE value IS 255 (100% from 255) = 39.23%
R=31.23%
G=29.54%
B=39.23%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031922550.200.2500250.4810087.65
HexCBC0FF141900fa6458
Octal313300377243100372144130
Binary1100101111000000111111111010011001001111101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC0FF; }

 p { color: rgb(203,192,255); }

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

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

 a { background-color: rgb(203,192,255); }

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

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

 span { border-color: rgb(203,192,255); }

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