#CEBFE6

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

Shades of Fog #CEBFE6

Tints of Fog #CEBFE6

Color information

#CEBFE6 (or 0xCEBFE6) is unknown color: approx Fog. HEX triplet: CE, BF and E6. RGB value is (206,191,230). Sum of RGB (Red+Green+Blue) = 206+191+230=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 230 (90.23% from 255 or 36.68% from 627); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEBFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFE6 is #314019. Grayscale: #C7C7C7. Windows color (decimal): -3227674 or 15122382. OLE color: 15122382.

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

Color convert

RGB206191230-
CMYK0.100.1700.10
HSL263.08º43.82%82.55%-
HSV(B)263.08º16.96%90.2%-
XYZ58.3756.182.61-
YUV199.93144.97132.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 191 (75% from 255) = 30.46%
BLUE value IS 230 (90.23% from 255) = 36.68%
R=32.85%
G=30.46%
B=36.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061912300.100.1700.10263.0843.8282.55
HexCEBFE6A110A1072c53
Octal316277346122101240754123
Binary110011101011111111100110101010001010101000001111011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFE6; }

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

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

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

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

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

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

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

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