#CFC2E7

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

Shades of Fog #CFC2E7

Tints of Fog #CFC2E7

Color information

#CFC2E7 (or 0xCFC2E7) is unknown color: approx Fog. HEX triplet: CF, C2 and E7. RGB value is (207,194,231). Sum of RGB (Red+Green+Blue) = 207+194+231=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #CFC2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC2E7 is #303D18. Grayscale: #C9C9C9. Windows color (decimal): -3161369 or 15188687. OLE color: 15188687.

HSL color Cylindrical-coordinate representation of color #CFC2E7: hue angle of 261.08º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFC2E7 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB207194231-
CMYK0.100.1600.09
HSL261.08º43.53%83.33%-
HSV(B)261.08º16.02%90.59%-
XYZ59.4557.6283.59-
YUV202.1144.31131.49-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 194 (76.17% from 255) = 30.70%
BLUE value IS 231 (90.62% from 255) = 36.55%
R=32.75%
G=30.70%
B=36.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2071942310.100.1600.09261.0843.5383.33
HexCFC2E7A10091052c53
Octal317302347122001140554123
Binary110011111100001011100111101010000010011000001011011001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC2E7; }

 p { color: rgb(207,194,231); }

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

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

 a { background-color: rgb(207,194,231); }

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

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

 span { border-color: rgb(207,194,231); }

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