#CEBCE1

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

Shades of Fog #CEBCE1

Tints of Fog #CEBCE1

Color information

#CEBCE1 (or 0xCEBCE1) is unknown color: approx Fog. HEX triplet: CE, BC and E1. RGB value is (206,188,225). Sum of RGB (Red+Green+Blue) = 206+188+225=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 225 (88.28% from 255 or 36.35% from 619); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCE1 is #31431E. Grayscale: #C5C5C5. Windows color (decimal): -3228447 or 14793934. OLE color: 14793934.

HSL color Cylindrical-coordinate representation of color #CEBCE1: hue angle of 269.19º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBCE1 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206188225-
CMYK0.080.1600.12
HSL269.19º38.14%80.98%-
HSV(B)269.19º16.44%88.24%-
XYZ57.0354.5278.75-
YUV197.6143.46133.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 225 (88.28% from 255) = 36.35%
R=33.28%
G=30.37%
B=36.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061882250.080.1600.12269.1938.1480.98
HexCEBCE18100C10d2651
Octal316274341102001441546121
Binary110011101011110011100001100010000011001000011011001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCE1; }

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

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

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

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

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

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

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

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