#CEBEE4

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

Shades of Fog #CEBEE4

Tints of Fog #CEBEE4

Color information

#CEBEE4 (or 0xCEBEE4) is unknown color: approx Fog. HEX triplet: CE, BE and E4. RGB value is (206,190,228). Sum of RGB (Red+Green+Blue) = 206+190+228=624 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.01% from 624); Green value is 190 (74.61% from 255 or 30.45% from 624); Blue value is 228 (89.45% from 255 or 36.54% from 624); Max value from RGB is 228 - color contains mainly: blue. Hex color #CEBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEE4 is #31411B. Grayscale: #C6C6C6. Windows color (decimal): -3227932 or 14991054. OLE color: 14991054.

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

Color convert

RGB206190228-
CMYK0.100.1700.11
HSL265.26º41.3%81.96%-
HSV(B)265.26º16.67%89.41%-
XYZ57.8755.5581.07-
YUV199.12144.3132.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.01%
GREEN value IS 190 (74.61% from 255) = 30.45%
BLUE value IS 228 (89.45% from 255) = 36.54%
R=33.01%
G=30.45%
B=36.54%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2061902280.100.1700.11265.2641.381.96
HexCEBEE4A110B1092952
Octal316276344122101341151122
Binary110011101011111011100100101010001010111000010011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBEE4; }

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

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

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

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

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

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

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

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