#CBC9FB

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

Shades of Lavender Blue #CBC9FB

Tints of Lavender Blue #CBC9FB

Color information

#CBC9FB (or 0xCBC9FB) is unknown color: approx Lavender Blue. HEX triplet: CB, C9 and FB. RGB value is (203,201,251). Sum of RGB (Red+Green+Blue) = 203+201+251=655 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.99% from 655); Green value is 201 (78.91% from 255 or 30.69% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FB is #343604. Grayscale: #CFCFCF. Windows color (decimal): -3421701 or 16501195. OLE color: 16501195.

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

Color convert

RGB203201251-
CMYK0.190.2000.02
HSL242.4º86.21%88.63%-
HSV(B)242.4º19.92%98.43%-
XYZ62.9361.4399.81-
YUV207.3152.66124.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.99%
GREEN value IS 201 (78.91% from 255) = 30.69%
BLUE value IS 251 (98.44% from 255) = 38.32%
R=30.99%
G=30.69%
B=38.32%

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
Decimal2032012510.190.2000.02242.486.2188.63
HexCBC9FB131402f25659
Octal313311373232402362126131
Binary11001011110010011111101110011101000101111001010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9FB; }

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

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

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

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

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

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

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

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