#CEBEE8

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

Shades of Fog #CEBEE8

Tints of Fog #CEBEE8

Color information

#CEBEE8 (or 0xCEBEE8) is unknown color: approx Fog. HEX triplet: CE, BE and E8. RGB value is (206,190,232). Sum of RGB (Red+Green+Blue) = 206+190+232=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 190 (74.61% from 255 or 30.25% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEBEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBEE8 is #314117. Grayscale: #C7C7C7. Windows color (decimal): -3227928 or 15253198. OLE color: 15253198.

HSL color Cylindrical-coordinate representation of color #CEBEE8: hue angle of 262.86º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEBEE8 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB206190232-
CMYK0.110.1800.09
HSL262.86º47.73%82.75%-
HSV(B)262.86º18.1%90.98%-
XYZ58.4355.7784.03-
YUV199.57146.3132.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 190 (74.61% from 255) = 30.25%
BLUE value IS 232 (91.02% from 255) = 36.94%
R=32.80%
G=30.25%
B=36.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061902320.110.1800.09262.8647.7382.75
HexCEBEE8B12091073053
Octal316276350132201140760123
Binary110011101011111011101000101110010010011000001111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEE8; }

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

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

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

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

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

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

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

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