#CBC9FA

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

Shades of Lavender Blue #CBC9FA

Tints of Lavender Blue #CBC9FA

Color information

#CBC9FA (or 0xCBC9FA) is unknown color: approx Lavender Blue. HEX triplet: CB, C9 and FA. RGB value is (203,201,250). Sum of RGB (Red+Green+Blue) = 203+201+250=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 201 (78.91% from 255 or 30.73% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBC9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FA is #343605. Grayscale: #CECECE. Windows color (decimal): -3421702 or 16435659. OLE color: 16435659.

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

Color convert

RGB203201250-
CMYK0.190.2000.02
HSL242.45º83.05%88.43%-
HSV(B)242.45º19.6%98.04%-
XYZ62.7761.3798.98-
YUV207.18152.16125.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.04%
GREEN value IS 201 (78.91% from 255) = 30.73%
BLUE value IS 250 (98.05% from 255) = 38.23%
R=31.04%
G=30.73%
B=38.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032012500.190.2000.02242.4583.0588.43
HexCBC9FA131402f25358
Octal313311372232402362123130
Binary11001011110010011111101010011101000101111001010100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9FA; }

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

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

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

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

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

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

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

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