#CEC4FF

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

Shades of Lavender Blue #CEC4FF

Tints of Lavender Blue #CEC4FF

Color information

#CEC4FF (or 0xCEC4FF) is unknown color: approx Lavender Blue. HEX triplet: CE, C4 and FF. RGB value is (206,196,255). Sum of RGB (Red+Green+Blue) = 206+196+255=657 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.35% from 657); Green value is 196 (76.95% from 255 or 29.83% from 657); Blue value is 255 (100% from 255 or 38.81% from 657); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEC4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC4FF is #313B00. Grayscale: #CDCDCD. Windows color (decimal): -3226369 or 16762062. OLE color: 16762062.

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

Color convert

RGB206196255-
CMYK0.190.2300
HSL250.17º100%88.43%-
HSV(B)250.17º23.14%100%-
XYZ63.2459.82102.82-
YUV205.72155.81128.2-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.35%
GREEN value IS 196 (76.95% from 255) = 29.83%
BLUE value IS 255 (100% from 255) = 38.81%
R=31.35%
G=29.83%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2061962550.190.2300250.1710088.43
HexCEC4FF131700fa6458
Octal316304377232700372144130
Binary1100111011000100111111111001110111001111101011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC4FF; }

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

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

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

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

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

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

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

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