#CEBFF1

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

Shades of Fog #CEBFF1

Tints of Fog #CEBFF1

Color information

#CEBFF1 (or 0xCEBFF1) is unknown color: approx Fog. HEX triplet: CE, BF and F1. RGB value is (206,191,241). Sum of RGB (Red+Green+Blue) = 206+191+241=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 191 (75% from 255 or 29.94% from 638); Blue value is 241 (94.53% from 255 or 37.77% from 638); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFF1 is #31400E. Grayscale: #C9C9C9. Windows color (decimal): -3227663 or 15843278. OLE color: 15843278.

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

Color convert

RGB206191241-
CMYK0.150.2100.05
HSL258º64.1%84.71%-
HSV(B)258º20.75%94.51%-
XYZ59.9656.7391.01-
YUV201.18150.47131.43-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 191 (75% from 255) = 29.94%
BLUE value IS 241 (94.53% from 255) = 37.77%
R=32.29%
G=29.94%
B=37.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2061912410.150.2100.0525864.184.71
HexCEBFF1F15051024055
Octal316277361172505402100125
Binary110011101011111111110001111110101010110000001010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFF1; }

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

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

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

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

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

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

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

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