#CEBEE3

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

Shades of Fog #CEBEE3

Tints of Fog #CEBEE3

Color information

#CEBEE3 (or 0xCEBEE3) is unknown color: approx Fog. HEX triplet: CE, BE and E3. RGB value is (206,190,227). Sum of RGB (Red+Green+Blue) = 206+190+227=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 227 (89.06% from 255 or 36.44% from 623); Max value from RGB is 227 - color contains mainly: blue. Hex color #CEBEE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEE3 is #31411C. Grayscale: #C6C6C6. Windows color (decimal): -3227933 or 14925518. OLE color: 14925518.

HSL color Cylindrical-coordinate representation of color #CEBEE3: hue angle of 265.95º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEBEE3 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB206190227-
CMYK0.090.1600.11
HSL265.95º39.78%81.76%-
HSV(B)265.95º16.3%89.02%-
XYZ57.7355.4980.34-
YUV199143.8132.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 227 (89.06% from 255) = 36.44%
R=33.07%
G=30.50%
B=36.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061902270.090.1600.11265.9539.7881.76
HexCEBEE39100B10a2852
Octal316276343112001341250122
Binary110011101011111011100011100110000010111000010101010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEE3; }

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

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

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

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

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

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

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

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