#CEBFEE

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

Shades of Fog #CEBFEE

Tints of Fog #CEBFEE

Color information

#CEBFEE (or 0xCEBFEE) is unknown color: approx Fog. HEX triplet: CE, BF and EE. RGB value is (206,191,238). Sum of RGB (Red+Green+Blue) = 206+191+238=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 191 (75% from 255 or 30.08% from 635); Blue value is 238 (93.36% from 255 or 37.48% from 635); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEBFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBFEE is #314011. Grayscale: #C8C8C8. Windows color (decimal): -3227666 or 15646670. OLE color: 15646670.

HSL color Cylindrical-coordinate representation of color #CEBFEE: hue angle of 259.15º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEBFEE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206191238-
CMYK0.130.2000.07
HSL259.15º58.02%84.12%-
HSV(B)259.15º19.75%93.33%-
XYZ59.5256.5688.67-
YUV200.84148.97131.68-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 191 (75% from 255) = 30.08%
BLUE value IS 238 (93.36% from 255) = 37.48%
R=32.44%
G=30.08%
B=37.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2061912380.130.2000.07259.1558.0284.12
HexCEBFEED14071033a54
Octal31627735615240740372124
Binary11001110101111111110111011011010001111000000111110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFEE; }

 p { color: rgb(206,191,238); }

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

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

 a { background-color: rgb(206,191,238); }

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

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

 span { border-color: rgb(206,191,238); }

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