#CEBEE5

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

Shades of Fog #CEBEE5

Tints of Fog #CEBEE5

Color information

#CEBEE5 (or 0xCEBEE5) is unknown color: approx Fog. HEX triplet: CE, BE and E5. RGB value is (206,190,229). Sum of RGB (Red+Green+Blue) = 206+190+229=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 190 (74.61% from 255 or 30.4% from 625); Blue value is 229 (89.84% from 255 or 36.64% from 625); Max value from RGB is 229 - color contains mainly: blue. Hex color #CEBEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEE5 is #31411A. Grayscale: #C7C7C7. Windows color (decimal): -3227931 or 15056590. OLE color: 15056590.

HSL color Cylindrical-coordinate representation of color #CEBEE5: hue angle of 264.62º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEBEE5 is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB206190229-
CMYK0.100.1700.10
HSL264.62º42.86%82.16%-
HSV(B)264.62º17.03%89.8%-
XYZ58.0155.6181.8-
YUV199.23144.8132.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 190 (74.61% from 255) = 30.4%
BLUE value IS 229 (89.84% from 255) = 36.64%
R=32.96%
G=30.4%
B=36.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2061902290.100.1700.10264.6242.8682.16
HexCEBEE5A110A1092b52
Octal316276345122101241153122
Binary110011101011111011100101101010001010101000010011010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEE5; }

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

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

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

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

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

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

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

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