#CFC6E3

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

Shades of Fog #CFC6E3

Tints of Fog #CFC6E3

Color information

#CFC6E3 (or 0xCFC6E3) is unknown color: approx Fog. HEX triplet: CF, C6 and E3. RGB value is (207,198,227). Sum of RGB (Red+Green+Blue) = 207+198+227=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 198 (77.73% from 255 or 31.33% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 227 - color contains mainly: blue. Hex color #CFC6E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6E3 is #30391C. Grayscale: #CBCBCB. Windows color (decimal): -3160349 or 14927567. OLE color: 14927567.

HSL color Cylindrical-coordinate representation of color #CFC6E3: hue angle of 258.62º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFC6E3 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB207198227-
CMYK0.090.1300.11
HSL258.62º34.12%83.33%-
HSV(B)258.62º12.78%89.02%-
XYZ59.7959.280.95-
YUV204140.98130.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 198 (77.73% from 255) = 31.33%
BLUE value IS 227 (89.06% from 255) = 35.92%
R=32.75%
G=31.33%
B=35.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2071982270.090.1300.11258.6234.1283.33
HexCFC6E39D0B1032253
Octal317306343111501340342123
Binary11001111110001101110001110011101010111000000111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6E3; }

 p { color: rgb(207,198,227); }

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

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

 a { background-color: rgb(207,198,227); }

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

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

 span { border-color: rgb(207,198,227); }

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