#CEBEFC

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

Shades of Lavender Blue #CEBEFC

Tints of Lavender Blue #CEBEFC

Color information

#CEBEFC (or 0xCEBEFC) is unknown color: approx Lavender Blue. HEX triplet: CE, BE and FC. RGB value is (206,190,252). Sum of RGB (Red+Green+Blue) = 206+190+252=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 252 (98.83% from 255 or 38.89% from 648); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEBEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEFC is #314103. Grayscale: #C9C9C9. Windows color (decimal): -3227908 or 16563918. OLE color: 16563918.

HSL color Cylindrical-coordinate representation of color #CEBEFC: hue angle of 255.48º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEBEFC is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206190252-
CMYK0.180.2500.01
HSL255.48º91.18%86.67%-
HSV(B)255.48º24.6%98.82%-
XYZ61.4456.9899.86-
YUV201.85156.3130.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 31.79%
GREEN value IS 190 (74.61% from 255) = 29.32%
BLUE value IS 252 (98.83% from 255) = 38.89%
R=31.79%
G=29.32%
B=38.89%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2061902520.180.2500.01255.4891.1886.67
HexCEBEFC121901ff5b57
Octal316276374223101377133127
Binary1100111010111110111111001001011001011111111110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEFC; }

 p { color: rgb(206,190,252); }

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

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

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

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

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

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

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