#CBC4FE

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

Shades of Lavender Blue #CBC4FE

Tints of Lavender Blue #CBC4FE

Color information

#CBC4FE (or 0xCBC4FE) is unknown color: approx Lavender Blue. HEX triplet: CB, C4 and FE. RGB value is (203,196,254). Sum of RGB (Red+Green+Blue) = 203+196+254=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 254 (99.61% from 255 or 38.90% from 653); Max value from RGB is 254 - color contains mainly: blue. Hex color #CBC4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBC4FE is #343B01. Grayscale: #CCCCCC. Windows color (decimal): -3422978 or 16696523. OLE color: 16696523.

HSL color Cylindrical-coordinate representation of color #CBC4FE: hue angle of 247.24º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBC4FE is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB203196254-
CMYK0.200.2300.00
HSL247.24º96.67%88.24%-
HSV(B)247.24º22.83%99.61%-
XYZ62.2659.33101.94-
YUV204.7155.82126.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.09%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 254 (99.61% from 255) = 38.90%
R=31.09%
G=30.02%
B=38.90%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2031962540.200.2300.00247.2496.6788.24
HexCBC4FE141700f76158
Octal313304376242700367141130
Binary1100101111000100111111101010010111001111011111000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC4FE; }

 p { color: rgb(203,196,254); }

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

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

 a { background-color: rgb(203,196,254); }

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

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

 span { border-color: rgb(203,196,254); }

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