#CEBAE7

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

Shades of Fog #CEBAE7

Tints of Fog #CEBAE7

Color information

#CEBAE7 (or 0xCEBAE7) is unknown color: approx Fog. HEX triplet: CE, BA and E7. RGB value is (206,186,231). Sum of RGB (Red+Green+Blue) = 206+186+231=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 231 (90.62% from 255 or 37.08% from 623); Max value from RGB is 231 - color contains mainly: blue. Hex color #CEBAE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBAE7 is #314518. Grayscale: #C4C4C4. Windows color (decimal): -3228953 or 15186638. OLE color: 15186638.

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

Color convert

RGB206186231-
CMYK0.110.1900.09
HSL266.67º48.39%81.76%-
HSV(B)266.67º19.48%90.59%-
XYZ57.4454.0183-
YUV197.11147.13134.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 186 (73.05% from 255) = 29.86%
BLUE value IS 231 (90.62% from 255) = 37.08%
R=33.07%
G=29.86%
B=37.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061862310.110.1900.09266.6748.3981.76
HexCEBAE7B130910b3052
Octal316272347132301141360122
Binary110011101011101011100111101110011010011000010111100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBAE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBAE7; }

 p { color: rgb(206,186,231); }

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

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

 a { background-color: rgb(206,186,231); }

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

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

 span { border-color: rgb(206,186,231); }

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