#CBCEFF

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

Shades of Lavender Blue #CBCEFF

Tints of Lavender Blue #CBCEFF

Color information

#CBCEFF (or 0xCBCEFF) is unknown color: approx Lavender Blue. HEX triplet: CB, CE and FF. RGB value is (203,206,255). Sum of RGB (Red+Green+Blue) = 203+206+255=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 255 (100% from 255 or 38.40% from 664); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCEFF is #343100. Grayscale: #D2D2D2. Windows color (decimal): -3420417 or 16764619. OLE color: 16764619.

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

Color convert

RGB203206255-
CMYK0.200.1900
HSL236.54º100%89.8%-
HSV(B)236.54º20.39%100%-
XYZ64.7564.06103.56-
YUV210.69153.01122.52-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.57%
GREEN value IS 206 (80.86% from 255) = 31.02%
BLUE value IS 255 (100% from 255) = 38.40%
R=30.57%
G=31.02%
B=38.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032062550.200.1900236.5410089.8
HexCBCEFF141300ed645a
Octal313316377242300355144132
Binary1100101111001110111111111010010011001110110111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCEFF; }

 p { color: rgb(203,206,255); }

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

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

 a { background-color: rgb(203,206,255); }

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

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

 span { border-color: rgb(203,206,255); }

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