#CEBFEB

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

Shades of Fog #CEBFEB

Tints of Fog #CEBFEB

Color information

#CEBFEB (or 0xCEBFEB) is unknown color: approx Fog. HEX triplet: CE, BF and EB. RGB value is (206,191,235). Sum of RGB (Red+Green+Blue) = 206+191+235=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 235 (92.19% from 255 or 37.18% from 632); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFEB is #314014. Grayscale: #C8C8C8. Windows color (decimal): -3227669 or 15450062. OLE color: 15450062.

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

Color convert

RGB206191235-
CMYK0.120.1900.08
HSL260.45º52.38%83.53%-
HSV(B)260.45º18.72%92.16%-
XYZ59.0856.3886.37-
YUV200.5147.47131.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.59%
GREEN value IS 191 (75% from 255) = 30.22%
BLUE value IS 235 (92.19% from 255) = 37.18%
R=32.59%
G=30.22%
B=37.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2061912350.120.1900.08260.4552.3883.53
HexCEBFEBC13081043454
Octal316277353142301040464124
Binary110011101011111111101011110010011010001000001001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFEB; }

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

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

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

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

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

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

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

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