#CEBCF5

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

Shades of Fog #CEBCF5

Tints of Fog #CEBCF5

Color information

#CEBCF5 (or 0xCEBCF5) is unknown color: approx Fog. HEX triplet: CE, BC and F5. RGB value is (206,188,245). Sum of RGB (Red+Green+Blue) = 206+188+245=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 188 (73.83% from 255 or 29.42% from 639); Blue value is 245 (96.09% from 255 or 38.34% from 639); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEBCF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCF5 is #31430A. Grayscale: #C7C7C7. Windows color (decimal): -3228427 or 16104654. OLE color: 16104654.

HSL color Cylindrical-coordinate representation of color #CEBCF5: hue angle of 258.95º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBCF5 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206188245-
CMYK0.160.2300.04
HSL258.95º74.03%84.9%-
HSV(B)258.95º23.27%96.08%-
XYZ59.9255.6893.98-
YUV199.88153.46132.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 188 (73.83% from 255) = 29.42%
BLUE value IS 245 (96.09% from 255) = 38.34%
R=32.24%
G=29.42%
B=38.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061882450.160.2300.04258.9574.0384.9
HexCEBCF51017041034a55
Octal316274365202704403112125
Binary1100111010111100111101011000010111010010000001110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCF5; }

 p { color: rgb(206,188,245); }

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

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

 a { background-color: rgb(206,188,245); }

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

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

 span { border-color: rgb(206,188,245); }

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