#CBC2FB

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

Shades of Lavender Blue #CBC2FB

Tints of Lavender Blue #CBC2FB

Color information

#CBC2FB (or 0xCBC2FB) is unknown color: approx Lavender Blue. HEX triplet: CB, C2 and FB. RGB value is (203,194,251). Sum of RGB (Red+Green+Blue) = 203+194+251=648 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.33% from 648); Green value is 194 (76.17% from 255 or 29.94% from 648); Blue value is 251 (98.44% from 255 or 38.73% from 648); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2FB is #343D04. Grayscale: #CACACA. Windows color (decimal): -3423493 or 16499403. OLE color: 16499403.

HSL color Cylindrical-coordinate representation of color #CBC2FB: hue angle of 249.47º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC2FB is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203194251-
CMYK0.190.2300.02
HSL249.47º87.69%87.25%-
HSV(B)249.47º22.71%98.43%-
XYZ61.3358.2599.28-
YUV203.19154.98127.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.33%
GREEN value IS 194 (76.17% from 255) = 29.94%
BLUE value IS 251 (98.44% from 255) = 38.73%
R=31.33%
G=29.94%
B=38.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031942510.190.2300.02249.4787.6987.25
HexCBC2FB131702f95857
Octal313302373232702371130127
Binary11001011110000101111101110011101110101111100110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2FB; }

 p { color: rgb(203,194,251); }

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

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

 a { background-color: rgb(203,194,251); }

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

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

 span { border-color: rgb(203,194,251); }

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