#CEB6E6

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

Shades of Fog #CEB6E6

Tints of Fog #CEB6E6

Color information

#CEB6E6 (or 0xCEB6E6) is unknown color: approx Fog. HEX triplet: CE, B6 and E6. RGB value is (206,182,230). Sum of RGB (Red+Green+Blue) = 206+182+230=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 182 (71.48% from 255 or 29.45% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEB6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB6E6 is #314919. Grayscale: #C2C2C2. Windows color (decimal): -3229978 or 15120078. OLE color: 15120078.

HSL color Cylindrical-coordinate representation of color #CEB6E6: hue angle of 270º degrees, saturation: 0.49, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEB6E6 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206182230-
CMYK0.100.2100.10
HSL270º48.98%80.78%-
HSV(B)270º20.87%90.2%-
XYZ56.4652.2981.98-
YUV194.65147.95136.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 29.45%
BLUE value IS 230 (90.23% from 255) = 37.22%
R=33.33%
G=29.45%
B=37.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061822300.100.2100.1027048.9880.78
HexCEB6E6A150A10e3151
Octal316266346122501241661121
Binary110011101011011011100110101010101010101000011101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB6E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB6E6; }

 p { color: rgb(206,182,230); }

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

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

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

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

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

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

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