#CEBEE1

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

Shades of Fog #CEBEE1

Tints of Fog #CEBEE1

Color information

#CEBEE1 (or 0xCEBEE1) is unknown color: approx Fog. HEX triplet: CE, BE and E1. RGB value is (206,190,225). Sum of RGB (Red+Green+Blue) = 206+190+225=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 225 (88.28% from 255 or 36.23% from 621); Max value from RGB is 225 - color contains mainly: blue. Hex color #CEBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEE1 is #31411E. Grayscale: #C6C6C6. Windows color (decimal): -3227935 or 14794446. OLE color: 14794446.

HSL color Cylindrical-coordinate representation of color #CEBEE1: hue angle of 267.43º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBEE1 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB206190225-
CMYK0.080.1600.12
HSL267.43º36.84%81.37%-
HSV(B)267.43º15.56%88.24%-
XYZ57.4655.3878.9-
YUV198.77142.8133.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.17%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 225 (88.28% from 255) = 36.23%
R=33.17%
G=30.60%
B=36.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2061902250.080.1600.12267.4336.8481.37
HexCEBEE18100C10b2551
Octal316276341102001441345121
Binary110011101011111011100001100010000011001000010111001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEE1; }

 p { color: rgb(206,190,225); }

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

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

 a { background-color: rgb(206,190,225); }

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

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

 span { border-color: rgb(206,190,225); }

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