#CEC4FB

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

Shades of Lavender Blue #CEC4FB

Tints of Lavender Blue #CEC4FB

Color information

#CEC4FB (or 0xCEC4FB) is unknown color: approx Lavender Blue. HEX triplet: CE, C4 and FB. RGB value is (206,196,251). Sum of RGB (Red+Green+Blue) = 206+196+251=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 196 (76.95% from 255 or 30.02% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEC4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4FB is #313B04. Grayscale: #CDCDCD. Windows color (decimal): -3226373 or 16499918. OLE color: 16499918.

HSL color Cylindrical-coordinate representation of color #CEC4FB: hue angle of 250.91º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEC4FB is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206196251-
CMYK0.180.2200.02
HSL250.91º87.3%87.65%-
HSV(B)250.91º21.91%98.43%-
XYZ62.6159.5799.46-
YUV205.26153.81128.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.55%
GREEN value IS 196 (76.95% from 255) = 30.02%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=31.55%
G=30.02%
B=38.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061962510.180.2200.02250.9187.387.65
HexCEC4FB121602fb5758
Octal316304373222602373127130
Binary11001110110001001111101110010101100101111101110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4FB; }

 p { color: rgb(206,196,251); }

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

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

 a { background-color: rgb(206,196,251); }

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

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

 span { border-color: rgb(206,196,251); }

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