#CEC5EB

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

Shades of Fog #CEC5EB

Tints of Fog #CEC5EB

Color information

#CEC5EB (or 0xCEC5EB) is unknown color: approx Fog. HEX triplet: CE, C5 and EB. RGB value is (206,197,235). Sum of RGB (Red+Green+Blue) = 206+197+235=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 235 (92.19% from 255 or 36.83% from 638); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEC5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEC5EB is #313A14. Grayscale: #CBCBCB. Windows color (decimal): -3226133 or 15451598. OLE color: 15451598.

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

Color convert

RGB206197235-
CMYK0.120.1600.08
HSL254.21º48.72%84.71%-
HSV(B)254.21º16.17%92.16%-
XYZ60.4259.0586.81-
YUV204.02145.48129.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 197 (77.34% from 255) = 30.88%
BLUE value IS 235 (92.19% from 255) = 36.83%
R=32.29%
G=30.88%
B=36.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061972350.120.1600.08254.2148.7284.71
HexCEC5EBC1008fe3155
Octal316305353142001037661125
Binary11001110110001011110101111001000001000111111101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC5EB; }

 p { color: rgb(206,197,235); }

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

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

 a { background-color: rgb(206,197,235); }

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

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

 span { border-color: rgb(206,197,235); }

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