#CEB7FA

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

Shades of Fog #CEB7FA

Tints of Fog #CEB7FA

Color information

#CEB7FA (or 0xCEB7FA) is unknown color: approx Fog. HEX triplet: CE, B7 and FA. RGB value is (206,183,250). Sum of RGB (Red+Green+Blue) = 206+183+250=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 183 (71.88% from 255 or 28.64% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEB7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB7FA is #314805. Grayscale: #C5C5C5. Windows color (decimal): -3229702 or 16431054. OLE color: 16431054.

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

Color convert

RGB206183250-
CMYK0.180.2700.02
HSL260.6º87.01%84.9%-
HSV(B)260.6º26.8%98.04%-
XYZ59.6453.8997.7-
YUV197.52157.62134.05-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 183 (71.88% from 255) = 28.64%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=32.24%
G=28.64%
B=39.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061832500.180.2700.02260.687.0184.9
HexCEB7FA121B021055755
Octal316267372223302405127125
Binary110011101011011111111010100101101101010000010110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB7FA; }

 p { color: rgb(206,183,250); }

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

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

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

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

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

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

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