#CEB4F7

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

Shades of Fog #CEB4F7

Tints of Fog #CEB4F7

Color information

#CEB4F7 (or 0xCEB4F7) is unknown color: approx Fog. HEX triplet: CE, B4 and F7. RGB value is (206,180,247). Sum of RGB (Red+Green+Blue) = 206+180+247=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 180 (70.70% from 255 or 28.44% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEB4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB4F7 is #314B08. Grayscale: #C3C3C3. Windows color (decimal): -3230473 or 16233678. OLE color: 16233678.

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

Color convert

RGB206180247-
CMYK0.170.2700.03
HSL263.28º80.72%83.73%-
HSV(B)263.28º27.13%96.86%-
XYZ58.5652.4895.04-
YUV195.41157.11135.55-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 180 (70.70% from 255) = 28.44%
BLUE value IS 247 (96.88% from 255) = 39.02%
R=32.54%
G=28.44%
B=39.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2061802470.170.2700.03263.2880.7283.73
HexCEB4F7111B031075154
Octal316264367213303407121124
Binary110011101011010011110111100011101101110000011110100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB4F7; }

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

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

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

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

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

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

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

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