#CEB9FA

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

Shades of Fog #CEB9FA

Tints of Fog #CEB9FA

Color information

#CEB9FA (or 0xCEB9FA) is unknown color: approx Fog. HEX triplet: CE, B9 and FA. RGB value is (206,185,250). Sum of RGB (Red+Green+Blue) = 206+185+250=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 185 (72.66% from 255 or 28.86% from 641); Blue value is 250 (98.05% from 255 or 39.00% from 641); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEB9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB9FA is #314605. Grayscale: #C6C6C6. Windows color (decimal): -3229190 or 16431566. OLE color: 16431566.

HSL color Cylindrical-coordinate representation of color #CEB9FA: hue angle of 259.38º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CEB9FA is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206185250-
CMYK0.180.2600.02
HSL259.38º86.67%85.29%-
HSV(B)259.38º26%98.04%-
XYZ60.0654.7297.84-
YUV198.69156.96133.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 185 (72.66% from 255) = 28.86%
BLUE value IS 250 (98.05% from 255) = 39.00%
R=32.14%
G=28.86%
B=39.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061852500.180.2600.02259.3886.6785.29
HexCEB9FA121A021035755
Octal316271372223202403127125
Binary110011101011100111111010100101101001010000001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB9FA; }

 p { color: rgb(206,185,250); }

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

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

 a { background-color: rgb(206,185,250); }

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

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

 span { border-color: rgb(206,185,250); }

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