#CECEFB

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

Shades of Lavender Blue #CECEFB

Tints of Lavender Blue #CECEFB

Color information

#CECEFB (or 0xCECEFB) is unknown color: approx Lavender Blue. HEX triplet: CE, CE and FB. RGB value is (206,206,251). Sum of RGB (Red+Green+Blue) = 206+206+251=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #CECEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CECEFB is #313104. Grayscale: #D2D2D2. Windows color (decimal): -3223813 or 16502478. OLE color: 16502478.

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

Color convert

RGB206206251-
CMYK0.180.1800.02
HSL240º84.91%89.61%-
HSV(B)240º17.93%98.43%-
XYZ64.9464.23100.24-
YUV211.13150.5124.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.07%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=31.07%
G=31.07%
B=37.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062062510.180.1800.0224084.9189.61
HexCECEFB121202f0555a
Octal316316373222202360125132
Binary11001110110011101111101110010100100101111000010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECEFB; }

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

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

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

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

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

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

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

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