#CEBFDD

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

Shades of Fog #CEBFDD

Tints of Fog #CEBFDD

Color information

#CEBFDD (or 0xCEBFDD) is unknown color: approx Fog. HEX triplet: CE, BF and DD. RGB value is (206,191,221). Sum of RGB (Red+Green+Blue) = 206+191+221=618 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.33% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 221 - color contains mainly: blue. Hex color #CEBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFDD is #314022. Grayscale: #C6C6C6. Windows color (decimal): -3227683 or 14532558. OLE color: 14532558.

HSL color Cylindrical-coordinate representation of color #CEBFDD: hue angle of 270º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEBFDD is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB206191221-
CMYK0.070.1400.13
HSL270º30.61%80.78%-
HSV(B)270º13.57%86.67%-
XYZ57.1455.676.13-
YUV198.9140.47133.06-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=33.33%
G=30.91%
B=35.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2061912210.070.1400.1327030.6180.78
HexCEBFDD7E0D10e1f51
Octal31627733571601541637121
Binary110011101011111111011101111111001101100001110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFDD; }

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

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

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

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

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

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

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

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