#CBCFEF

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

Shades of Lavender Blue #CBCFEF

Tints of Lavender Blue #CBCFEF

Color information

#CBCFEF (or 0xCBCFEF) is unknown color: approx Lavender Blue. HEX triplet: CB, CF and EF. RGB value is (203,207,239). Sum of RGB (Red+Green+Blue) = 203+207+239=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 239 - color contains mainly: blue. Hex color #CBCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CBCFEF is #343010. Grayscale: #D1D1D1. Windows color (decimal): -3420177 or 15716299. OLE color: 15716299.

HSL color Cylindrical-coordinate representation of color #CBCFEF: hue angle of 233.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBCFEF is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB203207239-
CMYK0.150.1300.06
HSL233.33º52.94%86.67%-
HSV(B)233.33º15.06%93.73%-
XYZ62.5263.5590.63-
YUV209.45144.67123.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 31.28%
GREEN value IS 207 (81.25% from 255) = 31.90%
BLUE value IS 239 (93.75% from 255) = 36.83%
R=31.28%
G=31.90%
B=36.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2032072390.150.1300.06233.3352.9486.67
HexCBCFEFFD06e93557
Octal31331735717150635165127
Binary110010111100111111101111111111010110111010011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBCFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBCFEF; }

 p { color: rgb(203,207,239); }

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

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

 a { background-color: rgb(203,207,239); }

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

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

 span { border-color: rgb(203,207,239); }

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