#CBC2FA

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

Shades of Lavender Blue #CBC2FA

Tints of Lavender Blue #CBC2FA

Color information

#CBC2FA (or 0xCBC2FA) is unknown color: approx Lavender Blue. HEX triplet: CB, C2 and FA. RGB value is (203,194,250). Sum of RGB (Red+Green+Blue) = 203+194+250=647 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.38% from 647); Green value is 194 (76.17% from 255 or 29.98% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC2FA is #343D05. Grayscale: #CACACA. Windows color (decimal): -3423494 or 16433867. OLE color: 16433867.

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

Color convert

RGB203194250-
CMYK0.190.2200.02
HSL249.64º84.85%87.06%-
HSV(B)249.64º22.4%98.04%-
XYZ61.1858.1898.45-
YUV203.08154.48127.95-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.38%
GREEN value IS 194 (76.17% from 255) = 29.98%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=31.38%
G=29.98%
B=38.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031942500.190.2200.02249.6484.8587.06
HexCBC2FA131602fa5557
Octal313302372232602372125127
Binary11001011110000101111101010011101100101111101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC2FA; }

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

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

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

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

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

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

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

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