#CEBAF1

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

Shades of Fog #CEBAF1

Tints of Fog #CEBAF1

Color information

#CEBAF1 (or 0xCEBAF1) is unknown color: approx Fog. HEX triplet: CE, BA and F1. RGB value is (206,186,241). Sum of RGB (Red+Green+Blue) = 206+186+241=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 241 (94.53% from 255 or 38.07% from 633); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEBAF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAF1 is #31450E. Grayscale: #C6C6C6. Windows color (decimal): -3228943 or 15841998. OLE color: 15841998.

HSL color Cylindrical-coordinate representation of color #CEBAF1: hue angle of 261.82º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEBAF1 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206186241-
CMYK0.150.2300.05
HSL261.82º66.27%83.73%-
HSV(B)261.82º22.82%94.51%-
XYZ58.8954.5990.65-
YUV198.25152.13133.53-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 186 (73.05% from 255) = 29.38%
BLUE value IS 241 (94.53% from 255) = 38.07%
R=32.54%
G=29.38%
B=38.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061862410.150.2300.05261.8266.2783.73
HexCEBAF1F17051064254
Octal316272361172705406102124
Binary110011101011101011110001111110111010110000011010000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAF1; }

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

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

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

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

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

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

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

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