#CBC9FC

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

Shades of Lavender Blue #CBC9FC

Tints of Lavender Blue #CBC9FC

Color information

#CBC9FC (or 0xCBC9FC) is unknown color: approx Lavender Blue. HEX triplet: CB, C9 and FC. RGB value is (203,201,252). Sum of RGB (Red+Green+Blue) = 203+201+252=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 201 (78.91% from 255 or 30.64% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBC9FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FC is #343603. Grayscale: #CFCFCF. Windows color (decimal): -3421700 or 16566731. OLE color: 16566731.

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

Color convert

RGB203201252-
CMYK0.190.2000.01
HSL242.35º89.47%88.82%-
HSV(B)242.35º20.24%98.82%-
XYZ63.0961.5100.64-
YUV207.41153.16124.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.95%
GREEN value IS 201 (78.91% from 255) = 30.64%
BLUE value IS 252 (98.83% from 255) = 38.41%
R=30.95%
G=30.64%
B=38.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032012520.190.2000.01242.3589.4788.82
HexCBC9FC131401f25959
Octal313311374232401362131131
Binary1100101111001001111111001001110100011111001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9FC; }

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

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

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

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

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

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

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

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