#CEBCF1

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

Shades of Fog #CEBCF1

Tints of Fog #CEBCF1

Color information

#CEBCF1 (or 0xCEBCF1) is unknown color: approx Fog. HEX triplet: CE, BC and F1. RGB value is (206,188,241). Sum of RGB (Red+Green+Blue) = 206+188+241=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 241 (94.53% from 255 or 37.95% from 635); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBCF1 is #31430E. Grayscale: #C7C7C7. Windows color (decimal): -3228431 or 15842510. OLE color: 15842510.

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

Color convert

RGB206188241-
CMYK0.150.2200.05
HSL260.38º65.43%84.12%-
HSV(B)260.38º21.99%94.51%-
XYZ59.3155.4490.79-
YUV199.42151.46132.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 188 (73.83% from 255) = 29.61%
BLUE value IS 241 (94.53% from 255) = 37.95%
R=32.44%
G=29.61%
B=37.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061882410.150.2200.05260.3865.4384.12
HexCEBCF1F16051044154
Octal316274361172605404101124
Binary110011101011110011110001111110110010110000010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBCF1; }

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

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

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

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

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

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

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

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