#CEBEF7

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

Shades of Fog #CEBEF7

Tints of Fog #CEBEF7

Color information

#CEBEF7 (or 0xCEBEF7) is unknown color: approx Fog. HEX triplet: CE, BE and F7. RGB value is (206,190,247). Sum of RGB (Red+Green+Blue) = 206+190+247=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 247 (96.88% from 255 or 38.41% from 643); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEBEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEF7 is #314108. Grayscale: #C9C9C9. Windows color (decimal): -3227913 or 16236238. OLE color: 16236238.

HSL color Cylindrical-coordinate representation of color #CEBEF7: hue angle of 256.84º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBEF7 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206190247-
CMYK0.170.2300.03
HSL256.84º78.08%85.69%-
HSV(B)256.84º23.08%96.86%-
XYZ60.6656.6695.74-
YUV201.28153.8131.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 190 (74.61% from 255) = 29.55%
BLUE value IS 247 (96.88% from 255) = 38.41%
R=32.04%
G=29.55%
B=38.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061902470.170.2300.03256.8478.0885.69
HexCEBEF71117031014e56
Octal316276367212703401116126
Binary110011101011111011110111100011011101110000000110011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEF7; }

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

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

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

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

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

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

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

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