#CBC9FD

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

Shades of Lavender Blue #CBC9FD

Tints of Lavender Blue #CBC9FD

Color information

#CBC9FD (or 0xCBC9FD) is unknown color: approx Lavender Blue. HEX triplet: CB, C9 and FD. RGB value is (203,201,253). Sum of RGB (Red+Green+Blue) = 203+201+253=657 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.90% from 657); Green value is 201 (78.91% from 255 or 30.59% from 657); Blue value is 253 (99.22% from 255 or 38.51% from 657); Max value from RGB is 253 - color contains mainly: blue. Hex color #CBC9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC9FD is #343602. Grayscale: #CFCFCF. Windows color (decimal): -3421699 or 16632267. OLE color: 16632267.

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

Color convert

RGB203201253-
CMYK0.200.2100.01
HSL242.31º92.86%89.02%-
HSV(B)242.31º20.55%99.22%-
XYZ63.2461.56101.48-
YUV207.53153.66124.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.90%
GREEN value IS 201 (78.91% from 255) = 30.59%
BLUE value IS 253 (99.22% from 255) = 38.51%
R=30.90%
G=30.59%
B=38.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2032012530.200.2100.01242.3192.8689.02
HexCBC9FD141501f25d59
Octal313311375242501362135131
Binary1100101111001001111111011010010101011111001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9FD; }

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

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

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

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

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

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

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

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