#CEBEE6

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

Shades of Fog #CEBEE6

Tints of Fog #CEBEE6

Color information

#CEBEE6 (or 0xCEBEE6) is unknown color: approx Fog. HEX triplet: CE, BE and E6. RGB value is (206,190,230). Sum of RGB (Red+Green+Blue) = 206+190+230=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 190 (74.61% from 255 or 30.35% from 626); Blue value is 230 (90.23% from 255 or 36.74% from 626); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEBEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEE6 is #314119. Grayscale: #C7C7C7. Windows color (decimal): -3227930 or 15122126. OLE color: 15122126.

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

Color convert

RGB206190230-
CMYK0.100.1700.10
HSL264º44.44%82.35%-
HSV(B)264º17.39%90.2%-
XYZ58.1555.6682.54-
YUV199.34145.3132.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 190 (74.61% from 255) = 30.35%
BLUE value IS 230 (90.23% from 255) = 36.74%
R=32.91%
G=30.35%
B=36.74%

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
Decimal2061902300.100.1700.1026444.4482.35
HexCEBEE6A110A1082c52
Octal316276346122101241054122
Binary110011101011111011100110101010001010101000010001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEE6; }

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

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

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

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

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

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

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

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