#CEBFF0

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

Shades of Fog #CEBFF0

Tints of Fog #CEBFF0

Color information

#CEBFF0 (or 0xCEBFF0) is unknown color: approx Fog. HEX triplet: CE, BF and F0. RGB value is (206,191,240). Sum of RGB (Red+Green+Blue) = 206+191+240=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEBFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFF0 is #31400F. Grayscale: #C8C8C8. Windows color (decimal): -3227664 or 15777742. OLE color: 15777742.

HSL color Cylindrical-coordinate representation of color #CEBFF0: hue angle of 258.37º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBFF0 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206191240-
CMYK0.140.2000.06
HSL258.37º62.03%84.51%-
HSV(B)258.37º20.42%94.12%-
XYZ59.8156.6790.22-
YUV201.07149.97131.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 191 (75% from 255) = 29.98%
BLUE value IS 240 (94.14% from 255) = 37.68%
R=32.34%
G=29.98%
B=37.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061912400.140.2000.06258.3762.0384.51
HexCEBFF0E14061023e55
Octal31627736016240640276125
Binary11001110101111111111000011101010001101000000101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFF0; }

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

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

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

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

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

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

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

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