#CEBEEF

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

Shades of Fog #CEBEEF

Tints of Fog #CEBEEF

Color information

#CEBEEF (or 0xCEBEEF) is unknown color: approx Fog. HEX triplet: CE, BE and EF. RGB value is (206,190,239). Sum of RGB (Red+Green+Blue) = 206+190+239=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 190 (74.61% from 255 or 29.92% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #CEBEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEEF is #314110. Grayscale: #C8C8C8. Windows color (decimal): -3227921 or 15711950. OLE color: 15711950.

HSL color Cylindrical-coordinate representation of color #CEBEEF: hue angle of 259.59º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEBEEF is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB206190239-
CMYK0.140.2100.06
HSL259.59º60.49%84.12%-
HSV(B)259.59º20.5%93.73%-
XYZ59.4556.1889.37-
YUV200.37149.8132.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 190 (74.61% from 255) = 29.92%
BLUE value IS 239 (93.75% from 255) = 37.64%
R=32.44%
G=29.92%
B=37.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2061902390.140.2100.06259.5960.4984.12
HexCEBEEFE15061043c54
Octal31627635716250640474124
Binary11001110101111101110111111101010101101000001001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEEF; }

 p { color: rgb(206,190,239); }

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

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

 a { background-color: rgb(206,190,239); }

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

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

 span { border-color: rgb(206,190,239); }

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