#CEB5E8

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

Shades of Fog #CEB5E8

Tints of Fog #CEB5E8

Color information

#CEB5E8 (or 0xCEB5E8) is unknown color: approx Fog. HEX triplet: CE, B5 and E8. RGB value is (206,181,232). Sum of RGB (Red+Green+Blue) = 206+181+232=619 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.28% from 619); Green value is 181 (71.09% from 255 or 29.24% from 619); Blue value is 232 (91.02% from 255 or 37.48% from 619); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEB5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEB5E8 is #314A17. Grayscale: #C2C2C2. Windows color (decimal): -3230232 or 15250894. OLE color: 15250894.

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

Color convert

RGB206181232-
CMYK0.110.2200.09
HSL269.41º52.58%80.98%-
HSV(B)269.41º21.98%90.98%-
XYZ56.545283.4-
YUV194.29149.28136.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.28%
GREEN value IS 181 (71.09% from 255) = 29.24%
BLUE value IS 232 (91.02% from 255) = 37.48%
R=33.28%
G=29.24%
B=37.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2061812320.110.2200.09269.4152.5880.98
HexCEB5E8B160910d3551
Octal316265350132601141565121
Binary110011101011010111101000101110110010011000011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB5E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB5E8; }

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

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

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

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

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

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

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

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