#CEBAF4

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

Shades of Fog #CEBAF4

Tints of Fog #CEBAF4

Color information

#CEBAF4 (or 0xCEBAF4) is unknown color: approx Fog. HEX triplet: CE, BA and F4. RGB value is (206,186,244). Sum of RGB (Red+Green+Blue) = 206+186+244=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 186 (73.05% from 255 or 29.25% from 636); Blue value is 244 (95.70% from 255 or 38.36% from 636); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEBAF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAF4 is #31450B. Grayscale: #C6C6C6. Windows color (decimal): -3228940 or 16038606. OLE color: 16038606.

HSL color Cylindrical-coordinate representation of color #CEBAF4: hue angle of 260.69º degrees, saturation: 0.72, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEBAF4 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206186244-
CMYK0.160.2400.04
HSL260.69º72.5%84.31%-
HSV(B)260.69º23.77%95.69%-
XYZ59.3454.7793.03-
YUV198.59153.63133.28-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 186 (73.05% from 255) = 29.25%
BLUE value IS 244 (95.70% from 255) = 38.36%
R=32.39%
G=29.25%
B=38.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061862440.160.2400.04260.6972.584.31
HexCEBAF41018041054854
Octal316272364203004405110124
Binary1100111010111010111101001000011000010010000010110010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAF4; }

 p { color: rgb(206,186,244); }

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

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

 a { background-color: rgb(206,186,244); }

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

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

 span { border-color: rgb(206,186,244); }

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