#CEBFF6

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

Shades of Fog #CEBFF6

Tints of Fog #CEBFF6

Color information

#CEBFF6 (or 0xCEBFF6) is unknown color: approx Fog. HEX triplet: CE, BF and F6. RGB value is (206,191,246). Sum of RGB (Red+Green+Blue) = 206+191+246=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 191 (75% from 255 or 29.70% from 643); Blue value is 246 (96.48% from 255 or 38.26% from 643); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEBFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFF6 is #314009. Grayscale: #C9C9C9. Windows color (decimal): -3227658 or 16170958. OLE color: 16170958.

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

Color convert

RGB206191246-
CMYK0.160.2200.04
HSL256.36º75.34%85.69%-
HSV(B)256.36º22.36%96.47%-
XYZ60.7257.0495-
YUV201.76152.97131.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.04%
GREEN value IS 191 (75% from 255) = 29.70%
BLUE value IS 246 (96.48% from 255) = 38.26%
R=32.04%
G=29.70%
B=38.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2061912460.160.2200.04256.3675.3485.69
HexCEBFF61016041004b56
Octal316277366202604400113126
Binary1100111010111111111101101000010110010010000000010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFF6; }

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

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

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

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

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

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

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

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