#CEBBF9

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

Shades of Fog #CEBBF9

Tints of Fog #CEBBF9

Color information

#CEBBF9 (or 0xCEBBF9) is unknown color: approx Fog. HEX triplet: CE, BB and F9. RGB value is (206,187,249). Sum of RGB (Red+Green+Blue) = 206+187+249=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 187 (73.44% from 255 or 29.13% from 642); Blue value is 249 (97.66% from 255 or 38.79% from 642); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEBBF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEBBF9 is #314406. Grayscale: #C7C7C7. Windows color (decimal): -3228679 or 16366542. OLE color: 16366542.

HSL color Cylindrical-coordinate representation of color #CEBBF9: hue angle of 258.39º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEBBF9 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206187249-
CMYK0.170.2500.02
HSL258.39º83.78%85.49%-
HSV(B)258.39º24.9%97.65%-
XYZ60.3255.597.16-
YUV199.75155.79132.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.09%
GREEN value IS 187 (73.44% from 255) = 29.13%
BLUE value IS 249 (97.66% from 255) = 38.79%
R=32.09%
G=29.13%
B=38.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2061872490.170.2500.02258.3983.7885.49
HexCEBBF91119021025455
Octal316273371213102402124125
Binary110011101011101111111001100011100101010000001010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBBF9; }

 p { color: rgb(206,187,249); }

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

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

 a { background-color: rgb(206,187,249); }

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

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

 span { border-color: rgb(206,187,249); }

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