#CEC8FF

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

Shades of Lavender Blue #CEC8FF

Tints of Lavender Blue #CEC8FF

Color information

#CEC8FF (or 0xCEC8FF) is unknown color: approx Lavender Blue. HEX triplet: CE, C8 and FF. RGB value is (206,200,255). Sum of RGB (Red+Green+Blue) = 206+200+255=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 200 (78.52% from 255 or 30.26% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC8FF is #313700. Grayscale: #CFCFCF. Windows color (decimal): -3225345 or 16763086. OLE color: 16763086.

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

Color convert

RGB206200255-
CMYK0.190.2200
HSL246.55º100%89.22%-
HSV(B)246.55º21.57%100%-
XYZ64.1661.65103.13-
YUV208.06154.49126.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.16%
GREEN value IS 200 (78.52% from 255) = 30.26%
BLUE value IS 255 (100% from 255) = 38.58%
R=31.16%
G=30.26%
B=38.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062002550.190.2200246.5510089.22
HexCEC8FF131600f76459
Octal316310377232600367144131
Binary1100111011001000111111111001110110001111011111001001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC8FF; }

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

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

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

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

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

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

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

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